Enum kanidmd_lib::server::identity::IdentityId
source · Expand description
A unique identifier of this Identity, that can be associated to various caching components.
Variants§
Trait Implementations§
source§impl Clone for IdentityId
impl Clone for IdentityId
source§fn clone(&self) -> IdentityId
fn clone(&self) -> IdentityId
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 IdentityId
impl Debug for IdentityId
source§impl<'de> Deserialize<'de> for IdentityId
impl<'de> Deserialize<'de> for IdentityId
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<&IdentType> for IdentityId
impl From<&IdentType> for IdentityId
source§impl Hash for IdentityId
impl Hash for IdentityId
source§impl Ord for IdentityId
impl Ord for IdentityId
source§fn cmp(&self, other: &IdentityId) -> Ordering
fn cmp(&self, other: &IdentityId) -> 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<IdentityId> for IdentityId
impl PartialEq<IdentityId> for IdentityId
source§fn eq(&self, other: &IdentityId) -> bool
fn eq(&self, other: &IdentityId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<IdentityId> for IdentityId
impl PartialOrd<IdentityId> for IdentityId
source§fn partial_cmp(&self, other: &IdentityId) -> Option<Ordering>
fn partial_cmp(&self, other: &IdentityId) -> 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 more