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