pub enum DriverType {
Poll,
IoUring,
}Variants§
Implementations§
Source§impl DriverType
impl DriverType
Trait Implementations§
Source§impl Clone for DriverType
impl Clone for DriverType
Source§fn clone(&self) -> DriverType
fn clone(&self) -> DriverType
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 DriverType
impl Debug for DriverType
Source§impl PartialEq for DriverType
impl PartialEq for DriverType
impl Copy for DriverType
impl Eq for DriverType
impl StructuralPartialEq for DriverType
Auto Trait Implementations§
impl Freeze for DriverType
impl RefUnwindSafe for DriverType
impl Send for DriverType
impl Sync for DriverType
impl Unpin for DriverType
impl UnwindSafe for DriverType
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