pub struct LockedState { /* private fields */ }Expand description
A locked state file handle for safe concurrent access
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LockedState
impl RefUnwindSafe for LockedState
impl Send for LockedState
impl Sync for LockedState
impl Unpin for LockedState
impl UnwindSafe for LockedState
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