pub struct State<'f, S: Clone>(/* private fields */);
Implementations§
Auto Trait Implementations§
impl<'f, S> Freeze for State<'f, S>
impl<'f, S> RefUnwindSafe for State<'f, S>where
S: RefUnwindSafe,
impl<'f, S> Send for State<'f, S>where
S: Sync,
impl<'f, S> Sync for State<'f, S>where
S: Sync,
impl<'f, S> Unpin for State<'f, S>
impl<'f, S> UnwindSafe for State<'f, S>where
S: RefUnwindSafe,
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