pub struct AutoPersistGuard<'a, T> { /* private fields */ }
Trait Implementations§
Source§impl<T> Deref for AutoPersistGuard<'_, T>
impl<T> Deref for AutoPersistGuard<'_, T>
Source§impl<T> DerefMut for AutoPersistGuard<'_, T>
impl<T> DerefMut for AutoPersistGuard<'_, T>
Auto Trait Implementations§
impl<'a, T> Freeze for AutoPersistGuard<'a, T>
impl<'a, T> !RefUnwindSafe for AutoPersistGuard<'a, T>
impl<'a, T> Send for AutoPersistGuard<'a, T>where
T: Send,
impl<'a, T> Sync for AutoPersistGuard<'a, T>where
T: Sync,
impl<'a, T> Unpin for AutoPersistGuard<'a, T>
impl<'a, T> !UnwindSafe for AutoPersistGuard<'a, T>
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