pub struct OpenOptions { /* private fields */ }
Expand description
Options for opening a placeholder file/directory.
Implementations§
Source§impl OpenOptions
impl OpenOptions
pub fn new() -> Self
pub fn exclusive(self) -> Self
pub fn write_access(self) -> Self
pub fn delete_access(self) -> Self
pub fn foreground(self) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpenOptions
impl RefUnwindSafe for OpenOptions
impl Send for OpenOptions
impl Sync for OpenOptions
impl Unpin for OpenOptions
impl UnwindSafe for OpenOptions
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