pub struct IPersistStorage(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl !Send for IPersistStorage
impl !Sync for IPersistStorage
impl Freeze for IPersistStorage
impl RefUnwindSafe for IPersistStorage
impl Unpin for IPersistStorage
impl UnsafeUnpin for IPersistStorage
impl UnwindSafe for IPersistStorage
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