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