Struct cargo_gazelle::targets::AdditiveContent
source · pub struct AdditiveContent(String);
Expand description
An opaque blob of text that we treat as a target.
Tuple Fields§
§0: String
Implementations§
Trait Implementations§
source§impl Debug for AdditiveContent
impl Debug for AdditiveContent
source§impl RustTarget for AdditiveContent
impl RustTarget for AdditiveContent
source§impl ToBazelDefinition for AdditiveContent
impl ToBazelDefinition for AdditiveContent
Auto Trait Implementations§
impl Freeze for AdditiveContent
impl RefUnwindSafe for AdditiveContent
impl Send for AdditiveContent
impl Sync for AdditiveContent
impl Unpin for AdditiveContent
impl UnwindSafe for AdditiveContent
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more