pub struct EntryIdentifier(/* private fields */);
Implementations§
Source§impl EntryIdentifier
impl EntryIdentifier
pub const fn new(identifier: EntryIdentifierInner) -> Self
Trait Implementations§
Source§impl Clone for EntryIdentifier
impl Clone for EntryIdentifier
Source§fn clone(&self) -> EntryIdentifier
fn clone(&self) -> EntryIdentifier
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 EntryIdentifier
impl Debug for EntryIdentifier
Source§impl From<EntryIdentifier> for EntryIdentifierInner
impl From<EntryIdentifier> for EntryIdentifierInner
Source§fn from(internal_directory_entry_identifier: EntryIdentifier) -> Self
fn from(internal_directory_entry_identifier: EntryIdentifier) -> Self
Converts to this type from the input type.
Source§impl From<u32> for EntryIdentifier
impl From<u32> for EntryIdentifier
Source§fn from(internal_directory_entry_identifier: EntryIdentifierInner) -> Self
fn from(internal_directory_entry_identifier: EntryIdentifierInner) -> Self
Converts to this type from the input type.
Source§impl Hash for EntryIdentifier
impl Hash for EntryIdentifier
Source§impl Ord for EntryIdentifier
impl Ord for EntryIdentifier
Source§fn cmp(&self, other: &EntryIdentifier) -> Ordering
fn cmp(&self, other: &EntryIdentifier) -> Ordering
1.21.0 · 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 PartialEq for EntryIdentifier
impl PartialEq for EntryIdentifier
Source§impl PartialOrd for EntryIdentifier
impl PartialOrd for EntryIdentifier
impl Copy for EntryIdentifier
impl Eq for EntryIdentifier
impl StructuralPartialEq for EntryIdentifier
Auto Trait Implementations§
impl Freeze for EntryIdentifier
impl RefUnwindSafe for EntryIdentifier
impl Send for EntryIdentifier
impl Sync for EntryIdentifier
impl Unpin for EntryIdentifier
impl UnwindSafe for EntryIdentifier
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