pub struct NamedObjectCacheUpdateObjectMetaRequest {
pub source: RequestSourceInfo,
pub object_id: ObjectId,
pub storage_category: Option<NamedObjectStorageCategory>,
pub context: Option<String>,
pub last_access_rpath: Option<String>,
pub access_string: Option<u32>,
}Fields
source: RequestSourceInfoobject_id: ObjectIdstorage_category: Option<NamedObjectStorageCategory>context: Option<String>last_access_rpath: Option<String>access_string: Option<u32>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NamedObjectCacheUpdateObjectMetaRequest
impl Send for NamedObjectCacheUpdateObjectMetaRequest
impl Sync for NamedObjectCacheUpdateObjectMetaRequest
impl Unpin for NamedObjectCacheUpdateObjectMetaRequest
impl UnwindSafe for NamedObjectCacheUpdateObjectMetaRequest
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