[][src]Struct fuse::protocol::NodeKind

pub struct NodeKind(_);

Implementations

impl NodeKind[src]

pub const UNKNOWN: NodeKind[src]

pub const FIFO: NodeKind[src]

pub const CHR: NodeKind[src]

pub const DIR: NodeKind[src]

pub const BLK: NodeKind[src]

pub const REG: NodeKind[src]

pub const LNK: NodeKind[src]

pub const SOCK: NodeKind[src]

pub const WHT: NodeKind[src]

Trait Implementations

impl Binary for NodeKind[src]

impl Clone for NodeKind[src]

impl Copy for NodeKind[src]

impl Debug for NodeKind[src]

impl Display for NodeKind[src]

impl Eq for NodeKind[src]

impl LowerHex for NodeKind[src]

impl PartialEq<NodeKind> for NodeKind[src]

impl StructuralEq for NodeKind[src]

impl StructuralPartialEq for NodeKind[src]

impl UpperHex for NodeKind[src]

Auto Trait Implementations

impl RefUnwindSafe for NodeKind

impl Send for NodeKind

impl Sync for NodeKind

impl Unpin for NodeKind

impl UnwindSafe for NodeKind

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.