#[non_exhaustive]pub struct CreateConnectPeerOutput { /* private fields */ }
Implementations§
source§impl CreateConnectPeerOutput
impl CreateConnectPeerOutput
sourcepub fn connect_peer(&self) -> Option<&ConnectPeer>
pub fn connect_peer(&self) -> Option<&ConnectPeer>
The response to the request.
source§impl CreateConnectPeerOutput
impl CreateConnectPeerOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateConnectPeerOutput
.
Trait Implementations§
source§impl Clone for CreateConnectPeerOutput
impl Clone for CreateConnectPeerOutput
source§fn clone(&self) -> CreateConnectPeerOutput
fn clone(&self) -> CreateConnectPeerOutput
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 CreateConnectPeerOutput
impl Debug for CreateConnectPeerOutput
source§impl PartialEq<CreateConnectPeerOutput> for CreateConnectPeerOutput
impl PartialEq<CreateConnectPeerOutput> for CreateConnectPeerOutput
source§fn eq(&self, other: &CreateConnectPeerOutput) -> bool
fn eq(&self, other: &CreateConnectPeerOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.