pub struct StateStorageToken { /* private fields */ }Expand description
RAII token that restores the previous state storage on drop.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StateStorageToken
impl RefUnwindSafe for StateStorageToken
impl !Send for StateStorageToken
impl !Sync for StateStorageToken
impl Unpin for StateStorageToken
impl UnsafeUnpin for StateStorageToken
impl UnwindSafe for StateStorageToken
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