pub struct LabelOffsetLo(pub &'static str);Tuple Fields§
§0: &'static strTrait Implementations§
Auto Trait Implementations§
impl Freeze for LabelOffsetLo
impl RefUnwindSafe for LabelOffsetLo
impl Send for LabelOffsetLo
impl Sync for LabelOffsetLo
impl Unpin for LabelOffsetLo
impl UnwindSafe for LabelOffsetLo
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