pub struct LabelRelativeOffsetOwned(pub String);Tuple Fields§
§0: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for LabelRelativeOffsetOwned
impl RefUnwindSafe for LabelRelativeOffsetOwned
impl Send for LabelRelativeOffsetOwned
impl Sync for LabelRelativeOffsetOwned
impl Unpin for LabelRelativeOffsetOwned
impl UnwindSafe for LabelRelativeOffsetOwned
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