pub struct DirLockOptions {
pub exclusive: bool,
pub non_blocking: bool,
pub file_name: &'static str,
}Expand description
Options for directory locking.
Fields§
§exclusive: bool§non_blocking: bool§file_name: &'static strAuto Trait Implementations§
impl Freeze for DirLockOptions
impl RefUnwindSafe for DirLockOptions
impl Send for DirLockOptions
impl Sync for DirLockOptions
impl Unpin for DirLockOptions
impl UnwindSafe for DirLockOptions
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