pub struct LabelGetter { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for LabelGetter
impl RefUnwindSafe for LabelGetter
impl Send for LabelGetter
impl Sync for LabelGetter
impl Unpin for LabelGetter
impl UnwindSafe for LabelGetter
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