pub struct NamedObjectCacheExistsObjectRequest {
pub source: RequestSourceInfo,
pub object_id: ObjectId,
}
Fields
source: RequestSourceInfo
object_id: ObjectId
Auto Trait Implementations
impl RefUnwindSafe for NamedObjectCacheExistsObjectRequest
impl Send for NamedObjectCacheExistsObjectRequest
impl Sync for NamedObjectCacheExistsObjectRequest
impl Unpin for NamedObjectCacheExistsObjectRequest
impl UnwindSafe for NamedObjectCacheExistsObjectRequest
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