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