pub struct EmptySingletonStore;Expand description
A minimal empty singleton store for containers with no singletons.
Trait Implementations§
Source§impl SingletonStore for EmptySingletonStore
impl SingletonStore for EmptySingletonStore
Auto Trait Implementations§
impl Freeze for EmptySingletonStore
impl RefUnwindSafe for EmptySingletonStore
impl Send for EmptySingletonStore
impl Sync for EmptySingletonStore
impl Unpin for EmptySingletonStore
impl UnsafeUnpin for EmptySingletonStore
impl UnwindSafe for EmptySingletonStore
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