pub enum NoIoUring {}Expand description
A type that represents the absence of io-uring support.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoIoUring
impl RefUnwindSafe for NoIoUring
impl Send for NoIoUring
impl Sync for NoIoUring
impl Unpin for NoIoUring
impl UnsafeUnpin for NoIoUring
impl UnwindSafe for NoIoUring
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