pub enum OpenWithMode {}
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 OpenWithMode
Auto Trait Implementations§
impl Freeze for OpenWithMode
impl RefUnwindSafe for OpenWithMode
impl Send for OpenWithMode
impl Sync for OpenWithMode
impl Unpin for OpenWithMode
impl UnwindSafe for OpenWithMode
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