Struct hff_core::Identifier
source · pub struct Identifier(/* private fields */);Expand description
An identifier for the tables and chunks.
Implementations§
source§impl Identifier
impl Identifier
Methods from Deref<Target = u128>§
pub const MIN: u128 = 0u128
pub const MAX: u128 = 340_282_366_920_938_463_463_374_607_431_768_211_455u128
pub const BITS: u32 = 128u32
Trait Implementations§
source§impl Clone for Identifier
impl Clone for Identifier
source§fn clone(&self) -> Identifier
fn clone(&self) -> Identifier
Returns a copy 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 Identifier
impl Debug for Identifier
source§impl Deref for Identifier
impl Deref for Identifier
source§impl DerefMut for Identifier
impl DerefMut for Identifier
source§impl From<Uuid> for Identifier
impl From<Uuid> for Identifier
source§impl From<u128> for Identifier
impl From<u128> for Identifier
source§impl Hash for Identifier
impl Hash for Identifier
source§impl Into<Uuid> for Identifier
impl Into<Uuid> for Identifier
source§impl Into<u128> for Identifier
impl Into<u128> for Identifier
source§impl Ord for Identifier
impl Ord for Identifier
source§fn cmp(&self, other: &Identifier) -> Ordering
fn cmp(&self, other: &Identifier) -> 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 Identifier
impl PartialEq for Identifier
source§fn eq(&self, other: &Identifier) -> bool
fn eq(&self, other: &Identifier) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for Identifier
impl PartialOrd for Identifier
source§fn partial_cmp(&self, other: &Identifier) -> Option<Ordering>
fn partial_cmp(&self, other: &Identifier) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for Identifier
impl Eq for Identifier
impl StructuralEq for Identifier
impl StructuralPartialEq for Identifier
Auto Trait Implementations§
impl RefUnwindSafe for Identifier
impl Send for Identifier
impl Sync for Identifier
impl Unpin for Identifier
impl UnwindSafe for Identifier
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