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