pub struct NamedObjectCacheDeleteObjectRequest {
pub source: RequestSourceInfo,
pub object_id: ObjectId,
pub flags: u32,
}
Fields§
§source: RequestSourceInfo
§object_id: ObjectId
§flags: u32
Trait Implementations§
source§impl Clone for NamedObjectCacheDeleteObjectRequest
impl Clone for NamedObjectCacheDeleteObjectRequest
source§fn clone(&self) -> NamedObjectCacheDeleteObjectRequest
fn clone(&self) -> NamedObjectCacheDeleteObjectRequest
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