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