Struct aws_sdk_networkmanager::operation::associate_connect_peer::AssociateConnectPeerOutput
source · #[non_exhaustive]pub struct AssociateConnectPeerOutput { /* private fields */ }
Implementations§
source§impl AssociateConnectPeerOutput
impl AssociateConnectPeerOutput
sourcepub fn connect_peer_association(&self) -> Option<&ConnectPeerAssociation>
pub fn connect_peer_association(&self) -> Option<&ConnectPeerAssociation>
The response to the Connect peer request.
source§impl AssociateConnectPeerOutput
impl AssociateConnectPeerOutput
sourcepub fn builder() -> AssociateConnectPeerOutputBuilder
pub fn builder() -> AssociateConnectPeerOutputBuilder
Creates a new builder-style object to manufacture AssociateConnectPeerOutput
.
Trait Implementations§
source§impl Clone for AssociateConnectPeerOutput
impl Clone for AssociateConnectPeerOutput
source§fn clone(&self) -> AssociateConnectPeerOutput
fn clone(&self) -> AssociateConnectPeerOutput
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 AssociateConnectPeerOutput
impl Debug for AssociateConnectPeerOutput
source§impl PartialEq<AssociateConnectPeerOutput> for AssociateConnectPeerOutput
impl PartialEq<AssociateConnectPeerOutput> for AssociateConnectPeerOutput
source§fn eq(&self, other: &AssociateConnectPeerOutput) -> bool
fn eq(&self, other: &AssociateConnectPeerOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for AssociateConnectPeerOutput
impl RequestId for AssociateConnectPeerOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for AssociateConnectPeerOutput
Auto Trait Implementations§
impl RefUnwindSafe for AssociateConnectPeerOutput
impl Send for AssociateConnectPeerOutput
impl Sync for AssociateConnectPeerOutput
impl Unpin for AssociateConnectPeerOutput
impl UnwindSafe for AssociateConnectPeerOutput
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