Struct cyfs_lib::NamedObjectRelationCacheKey
source · pub struct NamedObjectRelationCacheKey {
pub object_id: ObjectId,
pub relation_type: NamedObjectRelationType,
pub relation: String,
}
Fields§
§object_id: ObjectId
§relation_type: NamedObjectRelationType
§relation: String
Trait Implementations§
source§impl Clone for NamedObjectRelationCacheKey
impl Clone for NamedObjectRelationCacheKey
source§fn clone(&self) -> NamedObjectRelationCacheKey
fn clone(&self) -> NamedObjectRelationCacheKey
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 NamedObjectRelationCacheKey
impl Debug for NamedObjectRelationCacheKey
source§impl Hash for NamedObjectRelationCacheKey
impl Hash for NamedObjectRelationCacheKey
source§impl Ord for NamedObjectRelationCacheKey
impl Ord for NamedObjectRelationCacheKey
source§fn cmp(&self, other: &NamedObjectRelationCacheKey) -> Ordering
fn cmp(&self, other: &NamedObjectRelationCacheKey) -> 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<NamedObjectRelationCacheKey> for NamedObjectRelationCacheKey
impl PartialEq<NamedObjectRelationCacheKey> for NamedObjectRelationCacheKey
source§fn eq(&self, other: &NamedObjectRelationCacheKey) -> bool
fn eq(&self, other: &NamedObjectRelationCacheKey) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<NamedObjectRelationCacheKey> for NamedObjectRelationCacheKey
impl PartialOrd<NamedObjectRelationCacheKey> for NamedObjectRelationCacheKey
source§fn partial_cmp(&self, other: &NamedObjectRelationCacheKey) -> Option<Ordering>
fn partial_cmp(&self, other: &NamedObjectRelationCacheKey) -> 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