pub enum NamedObjectCachePutObjectResult {
Accept,
AlreadyExists,
Updated,
Merged,
}
Variants§
Trait Implementations§
source§impl Clone for NamedObjectCachePutObjectResult
impl Clone for NamedObjectCachePutObjectResult
source§fn clone(&self) -> NamedObjectCachePutObjectResult
fn clone(&self) -> NamedObjectCachePutObjectResult
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Into<NONPutObjectResult> for NamedObjectCachePutObjectResult
impl Into<NONPutObjectResult> for NamedObjectCachePutObjectResult
source§fn into(self) -> NONPutObjectResult
fn into(self) -> NONPutObjectResult
Converts this type into the (usually inferred) input type.
source§impl Into<NamedObjectCachePutObjectResult> for NONPutObjectResult
impl Into<NamedObjectCachePutObjectResult> for NONPutObjectResult
source§fn into(self) -> NamedObjectCachePutObjectResult
fn into(self) -> NamedObjectCachePutObjectResult
Converts this type into the (usually inferred) input type.