pub struct NamedObjectCachePutObjectResponse {
pub result: NamedObjectCachePutObjectResult,
pub update_time: Option<u64>,
pub expires_time: Option<u64>,
}
Fields
result: NamedObjectCachePutObjectResult
update_time: Option<u64>
expires_time: Option<u64>
Auto Trait Implementations
impl RefUnwindSafe for NamedObjectCachePutObjectResponse
impl Send for NamedObjectCachePutObjectResponse
impl Sync for NamedObjectCachePutObjectResponse
impl Unpin for NamedObjectCachePutObjectResponse
impl UnwindSafe for NamedObjectCachePutObjectResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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