[][src]Struct fuse::ErrorCode

pub struct ErrorCode(_);

Implementations

impl ErrorCode[src]

pub fn new(n: NonZeroU16) -> ErrorCode[src]

pub fn name(&self) -> Option<&'static str>[src]

impl ErrorCode[src]

pub const EINTR: ErrorCode[src]

pub const EIO: ErrorCode[src]

pub const ENODEV: ErrorCode[src]

pub const ENOENT: ErrorCode[src]

pub const ENOSYS: ErrorCode[src]

pub const ERANGE: ErrorCode[src]

Trait Implementations

impl Binary for ErrorCode[src]

impl Clone for ErrorCode[src]

impl Copy for ErrorCode[src]

impl Debug for ErrorCode[src]

impl Display for ErrorCode[src]

impl Eq for ErrorCode[src]

impl From<ErrorCode> for u16[src]

impl From<ErrorCode> for NonZeroU16[src]

impl From<ErrorCode> for u32[src]

impl From<ErrorCode> for NonZeroU32[src]

impl From<ErrorCode> for i32[src]

impl From<ErrorCode> for NonZeroI32[src]

impl From<ErrorCode> for u64[src]

impl From<ErrorCode> for NonZeroU64[src]

impl From<ErrorCode> for i64[src]

impl From<ErrorCode> for NonZeroI64[src]

impl From<NonZeroU16> for ErrorCode[src]

impl Hash for ErrorCode[src]

impl LowerHex for ErrorCode[src]

impl Ord for ErrorCode[src]

impl PartialEq<ErrorCode> for ErrorCode[src]

impl PartialEq<ErrorCode> for i32[src]

impl PartialEq<ErrorCode> for i64[src]

impl PartialEq<ErrorCode> for u16[src]

impl PartialEq<ErrorCode> for u32[src]

impl PartialEq<ErrorCode> for u64[src]

impl PartialEq<ErrorCode> for usize[src]

impl PartialEq<ErrorCode> for i16[src]

impl PartialEq<ErrorCode> for isize[src]

impl PartialEq<i16> for ErrorCode[src]

impl PartialEq<i32> for ErrorCode[src]

impl PartialEq<i64> for ErrorCode[src]

impl PartialEq<isize> for ErrorCode[src]

impl PartialEq<u16> for ErrorCode[src]

impl PartialEq<u32> for ErrorCode[src]

impl PartialEq<u64> for ErrorCode[src]

impl PartialEq<usize> for ErrorCode[src]

impl PartialOrd<ErrorCode> for ErrorCode[src]

impl StructuralEq for ErrorCode[src]

impl StructuralPartialEq for ErrorCode[src]

impl UpperHex for ErrorCode[src]

Auto Trait Implementations

impl RefUnwindSafe for ErrorCode

impl Send for ErrorCode

impl Sync for ErrorCode

impl Unpin for ErrorCode

impl UnwindSafe for ErrorCode

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.