pub struct CurrentLabelset { /* private fields */ }
Expand description
The type of CURRENT_LABELSET
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CurrentLabelset
impl RefUnwindSafe for CurrentLabelset
impl Send for CurrentLabelset
impl Sync for CurrentLabelset
impl Unpin for CurrentLabelset
impl UnwindSafe for CurrentLabelset
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