#[non_exhaustive]pub struct GetBackendStorageInput { /* private fields */ }
Expand description
The request body for GetBackendStorage.
Implementations
sourceimpl GetBackendStorageInput
impl GetBackendStorageInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetBackendStorage, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetBackendStorage, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetBackendStorage
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetBackendStorageInput
.
Trait Implementations
sourceimpl Clone for GetBackendStorageInput
impl Clone for GetBackendStorageInput
sourcefn clone(&self) -> GetBackendStorageInput
fn clone(&self) -> GetBackendStorageInput
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 GetBackendStorageInput
impl Debug for GetBackendStorageInput
sourceimpl PartialEq<GetBackendStorageInput> for GetBackendStorageInput
impl PartialEq<GetBackendStorageInput> for GetBackendStorageInput
sourcefn eq(&self, other: &GetBackendStorageInput) -> bool
fn eq(&self, other: &GetBackendStorageInput) -> bool
impl StructuralPartialEq for GetBackendStorageInput
Auto Trait Implementations
impl RefUnwindSafe for GetBackendStorageInput
impl Send for GetBackendStorageInput
impl Sync for GetBackendStorageInput
impl Unpin for GetBackendStorageInput
impl UnwindSafe for GetBackendStorageInput
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