Enum IOType
pub enum IOType {
File = 1,
}
Expand description
Batch io type enumeration.
Variants§
File = 1
Read or write from a file.
Trait Implementations§
impl Copy for IOType
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