#[non_exhaustive]pub struct AssociateConnectPeerInput { /* private fields */ }
Implementations§
source§impl AssociateConnectPeerInput
impl AssociateConnectPeerInput
sourcepub fn builder() -> AssociateConnectPeerInputBuilder
pub fn builder() -> AssociateConnectPeerInputBuilder
Creates a new builder-style object to manufacture AssociateConnectPeerInput
.
source§impl AssociateConnectPeerInput
impl AssociateConnectPeerInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateConnectPeer, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<AssociateConnectPeer, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AssociateConnectPeer
>
Trait Implementations§
source§impl Clone for AssociateConnectPeerInput
impl Clone for AssociateConnectPeerInput
source§fn clone(&self) -> AssociateConnectPeerInput
fn clone(&self) -> AssociateConnectPeerInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AssociateConnectPeerInput
impl Debug for AssociateConnectPeerInput
source§impl PartialEq<AssociateConnectPeerInput> for AssociateConnectPeerInput
impl PartialEq<AssociateConnectPeerInput> for AssociateConnectPeerInput
source§fn eq(&self, other: &AssociateConnectPeerInput) -> bool
fn eq(&self, other: &AssociateConnectPeerInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AssociateConnectPeerInput
Auto Trait Implementations§
impl RefUnwindSafe for AssociateConnectPeerInput
impl Send for AssociateConnectPeerInput
impl Sync for AssociateConnectPeerInput
impl Unpin for AssociateConnectPeerInput
impl UnwindSafe for AssociateConnectPeerInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more