pub struct NamedObjectRelationCachePutRequest {
pub cache_key: NamedObjectRelationCacheKey,
pub target_object_id: Option<ObjectId>,
}Fields§
§cache_key: NamedObjectRelationCacheKey§target_object_id: Option<ObjectId>Trait Implementations§
source§impl Clone for NamedObjectRelationCachePutRequest
impl Clone for NamedObjectRelationCachePutRequest
source§fn clone(&self) -> NamedObjectRelationCachePutRequest
fn clone(&self) -> NamedObjectRelationCachePutRequest
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