pub struct InodeKey(/* private fields */);
Trait Implementations§
Source§impl Key for InodeKey
impl Key for InodeKey
Source§fn null() -> Self
fn null() -> Self
Creates a new key that is always invalid and distinct from any non-null
key. A null key can only be created through this method (or default
initialization of keys made with
new_key_type!
, which calls this
method). Read moreSource§impl Ord for InodeKey
impl Ord for InodeKey
Source§impl PartialOrd for InodeKey
impl PartialOrd for InodeKey
impl Copy for InodeKey
impl Eq for InodeKey
impl StructuralPartialEq for InodeKey
Auto Trait Implementations§
impl Freeze for InodeKey
impl RefUnwindSafe for InodeKey
impl Send for InodeKey
impl Sync for InodeKey
impl Unpin for InodeKey
impl UnwindSafe for InodeKey
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