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