pub enum IOManagerType {
StandardFileIO,
MemoryMap,
}Variants§
Trait Implementations§
Source§impl Clone for IOManagerType
impl Clone for IOManagerType
Source§fn clone(&self) -> IOManagerType
fn clone(&self) -> IOManagerType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IOManagerType
Source§impl Debug for IOManagerType
impl Debug for IOManagerType
impl Eq for IOManagerType
Source§impl PartialEq for IOManagerType
impl PartialEq for IOManagerType
impl StructuralPartialEq for IOManagerType
Auto Trait Implementations§
impl Freeze for IOManagerType
impl RefUnwindSafe for IOManagerType
impl Send for IOManagerType
impl Sync for IOManagerType
impl Unpin for IOManagerType
impl UnsafeUnpin for IOManagerType
impl UnwindSafe for IOManagerType
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