pub struct ScopedState { /* private fields */ }Expand description
Implementations§
Auto Trait Implementations§
impl Freeze for ScopedState
impl RefUnwindSafe for ScopedState
impl Send for ScopedState
impl Sync for ScopedState
impl Unpin for ScopedState
impl UnwindSafe for ScopedState
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