pub struct SessionFileLock { /* private fields */ }Expand description
File lock for preventing concurrent access to session storage.
Implementations§
Trait Implementations§
Source§impl Drop for SessionFileLock
impl Drop for SessionFileLock
Auto Trait Implementations§
impl Freeze for SessionFileLock
impl RefUnwindSafe for SessionFileLock
impl Send for SessionFileLock
impl Sync for SessionFileLock
impl Unpin for SessionFileLock
impl UnsafeUnpin for SessionFileLock
impl UnwindSafe for SessionFileLock
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