pub struct StateWeak<T> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for StateWeak<T>
impl<T> RefUnwindSafe for StateWeak<T>
impl<T> Send for StateWeak<T>where
T: Send,
impl<T> Sync for StateWeak<T>where
T: Send,
impl<T> Unpin for StateWeak<T>
impl<T> UnwindSafe for StateWeak<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