Enum cros_async::sys::linux::AsyncErrorSys   
source · pub enum AsyncErrorSys {
    Poll(Error),
    Tokio(Error),
    Uring(Error),
}Variants§
Trait Implementations§
source§impl Debug for AsyncErrorSys
 
impl Debug for AsyncErrorSys
source§impl Display for AsyncErrorSys
 
impl Display for AsyncErrorSys
source§impl Error for AsyncErrorSys
 
impl Error for AsyncErrorSys
source§fn source(&self) -> Option<&(dyn Error + 'static)>
 
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
 
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<AsyncErrorSys> for AsyncError
 
impl From<AsyncErrorSys> for AsyncError
source§fn from(source: AsyncErrorSys) -> Self
 
fn from(source: AsyncErrorSys) -> Self
Converts to this type from the input type.
source§impl From<AsyncErrorSys> for Error
 
impl From<AsyncErrorSys> for Error
source§fn from(err: AsyncErrorSys) -> Self
 
fn from(err: AsyncErrorSys) -> Self
Converts to this type from the input type.
source§impl From<Error> for AsyncErrorSys
 
impl From<Error> for AsyncErrorSys
source§impl From<Error> for AsyncErrorSys
 
impl From<Error> for AsyncErrorSys
Auto Trait Implementations§
impl Freeze for AsyncErrorSys
impl !RefUnwindSafe for AsyncErrorSys
impl Send for AsyncErrorSys
impl Sync for AsyncErrorSys
impl Unpin for AsyncErrorSys
impl !UnwindSafe for AsyncErrorSys
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