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