pub struct StoreWeak { /* private fields */ }Expand description
A Weak reference to a store.
Implementations§
Auto Trait Implementations§
impl Freeze for StoreWeak
impl RefUnwindSafe for StoreWeak
impl Send for StoreWeak
impl Sync for StoreWeak
impl Unpin for StoreWeak
impl UnsafeUnpin for StoreWeak
impl UnwindSafe for StoreWeak
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