pub struct InodeId(pub u64);Expand description
Numeric identity of a file or directory within a namespace.
Inodes are stable across renames.
Tuple Fields§
§0: u64Trait Implementations§
impl Copy for InodeId
Source§impl<'de> Deserialize<'de> for InodeId
impl<'de> Deserialize<'de> for InodeId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for InodeId
Source§impl Ord for InodeId
impl Ord for InodeId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for InodeId
impl PartialOrd for InodeId
impl StructuralPartialEq for InodeId
Auto Trait Implementations§
impl Freeze for InodeId
impl RefUnwindSafe for InodeId
impl Send for InodeId
impl Sync for InodeId
impl Unpin for InodeId
impl UnsafeUnpin for InodeId
impl UnwindSafe for InodeId
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