pub enum NamedObjectCachePutObjectResult {
Accept,
AlreadyExists,
Updated,
Merged,
}
Variants
Accept
AlreadyExists
Updated
Merged
Trait Implementations
sourceimpl Clone for NamedObjectCachePutObjectResult
impl Clone for NamedObjectCachePutObjectResult
sourcefn clone(&self) -> NamedObjectCachePutObjectResult
fn clone(&self) -> NamedObjectCachePutObjectResult
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Into<NONPutObjectResult> for NamedObjectCachePutObjectResult
impl Into<NONPutObjectResult> for NamedObjectCachePutObjectResult
sourcefn into(self) -> NONPutObjectResult
fn into(self) -> NONPutObjectResult
Converts this type into the (usually inferred) input type.
sourceimpl Into<NamedObjectCachePutObjectResult> for NONPutObjectResult
impl Into<NamedObjectCachePutObjectResult> for NONPutObjectResult
sourcefn into(self) -> NamedObjectCachePutObjectResult
fn into(self) -> NamedObjectCachePutObjectResult
Converts this type into the (usually inferred) input type.
impl Copy for NamedObjectCachePutObjectResult
Auto Trait Implementations
impl RefUnwindSafe for NamedObjectCachePutObjectResult
impl Send for NamedObjectCachePutObjectResult
impl Sync for NamedObjectCachePutObjectResult
impl Unpin for NamedObjectCachePutObjectResult
impl UnwindSafe for NamedObjectCachePutObjectResult
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