pub enum DriveAIOType {
Threads,
Native,
IoUring,
}Variants§
Trait Implementations§
Source§impl Arbitrary for DriveAIOType
impl Arbitrary for DriveAIOType
Source§type Parameters = ()
type Parameters = ()
The type of parameters that
arbitrary_with accepts for configuration
of the generated Strategy. Parameters must implement Default.Source§type Strategy = TupleUnion<((u32, Arc<fn() -> DriveAIOType>), (u32, Arc<fn() -> DriveAIOType>), (u32, Arc<fn() -> DriveAIOType>))>
type Strategy = TupleUnion<((u32, Arc<fn() -> DriveAIOType>), (u32, Arc<fn() -> DriveAIOType>), (u32, Arc<fn() -> DriveAIOType>))>
The type of
Strategy used to generate values of type Self.Source§fn arbitrary_with(_top: Self::Parameters) -> Self::Strategy
fn arbitrary_with(_top: Self::Parameters) -> Self::Strategy
Source§impl Clone for DriveAIOType
impl Clone for DriveAIOType
Source§fn clone(&self) -> DriveAIOType
fn clone(&self) -> DriveAIOType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DriveAIOType
impl Debug for DriveAIOType
Source§impl Display for DriveAIOType
impl Display for DriveAIOType
Source§impl FromStr for DriveAIOType
impl FromStr for DriveAIOType
Source§impl Hash for DriveAIOType
impl Hash for DriveAIOType
Source§impl Ord for DriveAIOType
impl Ord for DriveAIOType
Source§fn cmp(&self, other: &DriveAIOType) -> Ordering
fn cmp(&self, other: &DriveAIOType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DriveAIOType
impl PartialEq for DriveAIOType
Source§impl PartialOrd for DriveAIOType
impl PartialOrd for DriveAIOType
impl Eq for DriveAIOType
impl StructuralPartialEq for DriveAIOType
Auto Trait Implementations§
impl Freeze for DriveAIOType
impl RefUnwindSafe for DriveAIOType
impl Send for DriveAIOType
impl Sync for DriveAIOType
impl Unpin for DriveAIOType
impl UnsafeUnpin for DriveAIOType
impl UnwindSafe for DriveAIOType
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