pub enum OpenMode {
None,
Read,
Write,
}
Variants
None
Read
Write
Trait Implementations
impl Copy for OpenMode
impl Eq for OpenMode
impl StructuralEq for OpenMode
impl StructuralPartialEq for OpenMode
Auto Trait Implementations
impl RefUnwindSafe for OpenMode
impl Send for OpenMode
impl Sync for OpenMode
impl Unpin for OpenMode
impl UnwindSafe for OpenMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more