pub struct NamedObjectRelationCacheGetRequest {
pub cache_key: NamedObjectRelationCacheKey,
pub flags: u32,
}
Fields§
§cache_key: NamedObjectRelationCacheKey
§flags: u32
Trait Implementations§
source§impl Clone for NamedObjectRelationCacheGetRequest
impl Clone for NamedObjectRelationCacheGetRequest
source§fn clone(&self) -> NamedObjectRelationCacheGetRequest
fn clone(&self) -> NamedObjectRelationCacheGetRequest
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 more