pub struct LinkableInodeId(/* private fields */);
Expand description
A handle to an inode that is allowed to be hard-linked.
All inodes except directories are linkable.
Trait Implementations§
Source§impl Clone for LinkableInodeId
impl Clone for LinkableInodeId
Source§fn clone(&self) -> LinkableInodeId
fn clone(&self) -> LinkableInodeId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LinkableInodeId
impl Debug for LinkableInodeId
Source§impl From<FileId> for LinkableInodeId
impl From<FileId> for LinkableInodeId
Source§impl Hash for LinkableInodeId
impl Hash for LinkableInodeId
Source§impl PartialEq for LinkableInodeId
impl PartialEq for LinkableInodeId
impl Copy for LinkableInodeId
impl Eq for LinkableInodeId
impl StructuralPartialEq for LinkableInodeId
Auto Trait Implementations§
impl Freeze for LinkableInodeId
impl RefUnwindSafe for LinkableInodeId
impl Send for LinkableInodeId
impl Sync for LinkableInodeId
impl Unpin for LinkableInodeId
impl UnwindSafe for LinkableInodeId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.