[−][src]Struct fuse::protocol::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]
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>,