Struct singlefile::manager::lock::NoLock
source · pub struct NoLock;Expand description
A file lock mode that does not lock the file.
Trait Implementations
impl Copy for NoLock
Auto Trait Implementations
impl RefUnwindSafe for NoLock
impl Send for NoLock
impl Sync for NoLock
impl Unpin for NoLock
impl UnwindSafe for NoLock
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more