pub enum OpenWithoutMode {}
Expand description
A marker type used with OpenOptions
to represent situations where
opening the file would require a mode
argument.
Trait Implementations§
impl OpenMode for OpenWithoutMode
Auto Trait Implementations§
impl Freeze for OpenWithoutMode
impl RefUnwindSafe for OpenWithoutMode
impl Send for OpenWithoutMode
impl Sync for OpenWithoutMode
impl Unpin for OpenWithoutMode
impl UnwindSafe for OpenWithoutMode
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