Struct scrambledb::data_types::BlindedIdentifiableHandle
source · pub struct BlindedIdentifiableHandle(/* private fields */);
Expand description
A type for blinded identifiable handles.
Trait Implementations§
source§impl Clone for BlindedIdentifiableHandle
impl Clone for BlindedIdentifiableHandle
source§fn clone(&self) -> BlindedIdentifiableHandle
fn clone(&self) -> BlindedIdentifiableHandle
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 BlindedIdentifiableHandle
impl Debug for BlindedIdentifiableHandle
source§impl Ord for BlindedIdentifiableHandle
impl Ord for BlindedIdentifiableHandle
source§fn cmp(&self, other: &BlindedIdentifiableHandle) -> Ordering
fn cmp(&self, other: &BlindedIdentifiableHandle) -> 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 BlindedIdentifiableHandle
impl PartialEq for BlindedIdentifiableHandle
source§fn eq(&self, other: &BlindedIdentifiableHandle) -> bool
fn eq(&self, other: &BlindedIdentifiableHandle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for BlindedIdentifiableHandle
impl PartialOrd for BlindedIdentifiableHandle
source§fn partial_cmp(&self, other: &BlindedIdentifiableHandle) -> Option<Ordering>
fn partial_cmp(&self, other: &BlindedIdentifiableHandle) -> 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 Eq for BlindedIdentifiableHandle
impl StructuralPartialEq for BlindedIdentifiableHandle
Auto Trait Implementations§
impl Freeze for BlindedIdentifiableHandle
impl RefUnwindSafe for BlindedIdentifiableHandle
impl Send for BlindedIdentifiableHandle
impl Sync for BlindedIdentifiableHandle
impl Unpin for BlindedIdentifiableHandle
impl UnwindSafe for BlindedIdentifiableHandle
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