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