Struct paralegal_spdg::ShortHash
source · pub struct ShortHash(pub(crate) u64);
Expand description
Create a hash for this object that is no longer than six hex digits
The intent for this is to be used as a pre- or postfix to make a non-unique
name for the object T
unique. The fmt::Display
implementation should be
used for canonical formatting.
Tuple Fields§
§0: u64
Implementations§
Trait Implementations§
impl Copy for ShortHash
Auto Trait Implementations§
impl RefUnwindSafe for ShortHash
impl Send for ShortHash
impl Sync for ShortHash
impl Unpin for ShortHash
impl UnwindSafe for ShortHash
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