pub struct NamedObjectCacheDeleteObjectResult {
pub deleted_count: u32,
pub object: Option<ObjectCacheData>,
}
Fields
deleted_count: u32
object: Option<ObjectCacheData>
Auto Trait Implementations
impl RefUnwindSafe for NamedObjectCacheDeleteObjectResult
impl Send for NamedObjectCacheDeleteObjectResult
impl Sync for NamedObjectCacheDeleteObjectResult
impl Unpin for NamedObjectCacheDeleteObjectResult
impl UnwindSafe for NamedObjectCacheDeleteObjectResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more