pub enum IOType {
ReadOnly,
ReadWrite,
}
Variants§
Trait Implementations§
impl Eq for IOType
impl StructuralPartialEq for IOType
Auto Trait Implementations§
impl Freeze for IOType
impl RefUnwindSafe for IOType
impl Send for IOType
impl Sync for IOType
impl Unpin for IOType
impl UnwindSafe for IOType
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