#[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() -> Builder
pub fn builder() -> Builder
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 more