pub struct GetObjectMetadata { /* private fields */ }
Expand description
Operation shape for GetObjectMetadata
.
This is usually constructed for you using the the fluent builder returned by
get_object_metadata
.
See crate::client::fluent_builders::GetObjectMetadata
for more details about the operation.
Implementations§
Trait Implementations§
source§impl Clone for GetObjectMetadata
impl Clone for GetObjectMetadata
source§fn clone(&self) -> GetObjectMetadata
fn clone(&self) -> GetObjectMetadata
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 Debug for GetObjectMetadata
impl Debug for GetObjectMetadata
source§impl Default for GetObjectMetadata
impl Default for GetObjectMetadata
source§fn default() -> GetObjectMetadata
fn default() -> GetObjectMetadata
Returns the “default value” for a type. Read more
source§impl ParseHttpResponse for GetObjectMetadata
impl ParseHttpResponse for GetObjectMetadata
§type Output = Result<GetObjectMetadataOutput, GetObjectMetadataError>
type Output = Result<GetObjectMetadataOutput, GetObjectMetadataError>
Output type of the HttpResponse. Read more