pub struct LazyTagsStore { /* private fields */ }Implementations§
Source§impl LazyTagsStore
impl LazyTagsStore
pub fn get(&self) -> MutexGuard<'_, Option<TagsStore>>
Auto Trait Implementations§
impl !Freeze for LazyTagsStore
impl RefUnwindSafe for LazyTagsStore
impl Send for LazyTagsStore
impl Sync for LazyTagsStore
impl Unpin for LazyTagsStore
impl UnwindSafe for LazyTagsStore
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