Struct aws_sdk_backupstorage::operation::GetObjectMetadata
source · [−]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
sourceimpl Clone for GetObjectMetadata
impl Clone for GetObjectMetadata
sourcefn clone(&self) -> GetObjectMetadata
fn clone(&self) -> GetObjectMetadata
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetObjectMetadata
impl Debug for GetObjectMetadata
sourceimpl Default for GetObjectMetadata
impl Default for GetObjectMetadata
sourcefn default() -> GetObjectMetadata
fn default() -> GetObjectMetadata
Returns the “default value” for a type. Read more
sourceimpl ParseHttpResponse for GetObjectMetadata
impl ParseHttpResponse for GetObjectMetadata
type Output = Result<GetObjectMetadataOutput, GetObjectMetadataError>
type Output = Result<GetObjectMetadataOutput, GetObjectMetadataError>
Output type of the HttpResponse. Read more
Auto Trait Implementations
impl RefUnwindSafe for GetObjectMetadata
impl Send for GetObjectMetadata
impl Sync for GetObjectMetadata
impl Unpin for GetObjectMetadata
impl UnwindSafe for GetObjectMetadata
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