pub struct NamedObjectCacheDeleteObjectResponse {
pub deleted_count: u32,
pub object: Option<NONObjectInfo>,
pub meta: Option<NamedObjectMetaData>,
}
Fields§
§deleted_count: u32
§object: Option<NONObjectInfo>
§meta: Option<NamedObjectMetaData>
Trait Implementations§
source§impl Clone for NamedObjectCacheDeleteObjectResponse
impl Clone for NamedObjectCacheDeleteObjectResponse
source§fn clone(&self) -> NamedObjectCacheDeleteObjectResponse
fn clone(&self) -> NamedObjectCacheDeleteObjectResponse
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