pub struct SubStore<T>(/* private fields */);
Expand description
Default SubscribersStore
for collections.
Trait Implementations§
Source§impl<T> SubscribersStore<T, T> for SubStore<T>where
T: Clone + 'static,
impl<T> SubscribersStore<T, T> for SubStore<T>where
T: Clone + 'static,
Auto Trait Implementations§
impl<T> !Freeze for SubStore<T>
impl<T> !RefUnwindSafe for SubStore<T>
impl<T> Send for SubStore<T>where
T: Send,
impl<T> !Sync for SubStore<T>
impl<T> Unpin for SubStore<T>
impl<T> !UnwindSafe for SubStore<T>
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