Struct cyfs_lib::NamedObjectCacheInsertResponse
source · [−]pub struct NamedObjectCacheInsertResponse {
pub result: NamedObjectCacheInsertResult,
pub object_update_time: Option<u64>,
pub object_expires_time: Option<u64>,
}
Fields
result: NamedObjectCacheInsertResult
object_update_time: Option<u64>
object_expires_time: Option<u64>
Implementations
sourceimpl NamedObjectCacheInsertResponse
impl NamedObjectCacheInsertResponse
pub fn new(result: NamedObjectCacheInsertResult) -> Self
pub fn set_times(&mut self, object: &AnyNamedObject)
Auto Trait Implementations
impl RefUnwindSafe for NamedObjectCacheInsertResponse
impl Send for NamedObjectCacheInsertResponse
impl Sync for NamedObjectCacheInsertResponse
impl Unpin for NamedObjectCacheInsertResponse
impl UnwindSafe for NamedObjectCacheInsertResponse
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