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