pub enum NamedObjectCacheInsertResult {
Accept,
AlreadyExists,
Updated,
Merged,
}
Variants
Accept
AlreadyExists
Updated
Merged
Trait Implementations
sourceimpl Debug for NamedObjectCacheInsertResult
impl Debug for NamedObjectCacheInsertResult
sourceimpl Into<NONPutObjectResult> for NamedObjectCacheInsertResult
impl Into<NONPutObjectResult> for NamedObjectCacheInsertResult
sourcefn into(self) -> NONPutObjectResult
fn into(self) -> NONPutObjectResult
Converts this type into the (usually inferred) input type.
sourceimpl Into<NamedObjectCacheInsertResult> for NONPutObjectResult
impl Into<NamedObjectCacheInsertResult> for NONPutObjectResult
sourcefn into(self) -> NamedObjectCacheInsertResult
fn into(self) -> NamedObjectCacheInsertResult
Converts this type into the (usually inferred) input type.
Auto Trait Implementations
impl RefUnwindSafe for NamedObjectCacheInsertResult
impl Send for NamedObjectCacheInsertResult
impl Sync for NamedObjectCacheInsertResult
impl Unpin for NamedObjectCacheInsertResult
impl UnwindSafe for NamedObjectCacheInsertResult
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