[−][src]Struct fuse::ErrorCode
Implementations
impl ErrorCode[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]
fn from(err: ErrorCode) -> NonZeroU16[src]
impl From<ErrorCode> for u32[src]
impl From<ErrorCode> for NonZeroU32[src]
fn from(err: ErrorCode) -> NonZeroU32[src]
impl From<ErrorCode> for i32[src]
impl From<ErrorCode> for NonZeroI32[src]
fn from(err: ErrorCode) -> NonZeroI32[src]
impl From<ErrorCode> for u64[src]
impl From<ErrorCode> for NonZeroU64[src]
fn from(err: ErrorCode) -> NonZeroU64[src]
impl From<ErrorCode> for i64[src]
impl From<ErrorCode> for NonZeroI64[src]
fn from(err: ErrorCode) -> NonZeroI64[src]
impl From<NonZeroU16> for ErrorCode[src]
fn from(n: NonZeroU16) -> ErrorCode[src]
impl Hash for ErrorCode[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl LowerHex for ErrorCode[src]
impl Ord for ErrorCode[src]
fn cmp(&self, other: &ErrorCode) -> Ordering[src]
#[must_use]fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self[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]
fn partial_cmp(&self, other: &ErrorCode) -> Option<Ordering>[src]
fn lt(&self, other: &ErrorCode) -> bool[src]
fn le(&self, other: &ErrorCode) -> bool[src]
fn gt(&self, other: &ErrorCode) -> bool[src]
fn ge(&self, other: &ErrorCode) -> bool[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]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,