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