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