pub struct MyWriteGuard<'a, T: FsTrait>(/* private fields */);
Expand description
Wrapper for writeguard which saves the item to disk when the writeguard goes out of scope.
Trait Implementations§
Source§impl<'a, T: FsTrait> Deref for MyWriteGuard<'a, T>
impl<'a, T: FsTrait> Deref for MyWriteGuard<'a, T>
Auto Trait Implementations§
impl<'a, T> Freeze for MyWriteGuard<'a, T>
impl<'a, T> RefUnwindSafe for MyWriteGuard<'a, T>
impl<'a, T> !Send for MyWriteGuard<'a, T>
impl<'a, T> Sync for MyWriteGuard<'a, T>where
T: Sync,
impl<'a, T> Unpin for MyWriteGuard<'a, T>
impl<'a, T> UnwindSafe for MyWriteGuard<'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