#[non_exhaustive]pub struct ConnectAttachmentOptions { /* private fields */ }
Expand description
Describes a core network Connect attachment options.
Implementations§
source§impl ConnectAttachmentOptions
impl ConnectAttachmentOptions
sourcepub fn protocol(&self) -> Option<&TunnelProtocol>
pub fn protocol(&self) -> Option<&TunnelProtocol>
The protocol used for the attachment connection.
source§impl ConnectAttachmentOptions
impl ConnectAttachmentOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConnectAttachmentOptions
.
Trait Implementations§
source§impl Clone for ConnectAttachmentOptions
impl Clone for ConnectAttachmentOptions
source§fn clone(&self) -> ConnectAttachmentOptions
fn clone(&self) -> ConnectAttachmentOptions
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 ConnectAttachmentOptions
impl Debug for ConnectAttachmentOptions
source§impl PartialEq<ConnectAttachmentOptions> for ConnectAttachmentOptions
impl PartialEq<ConnectAttachmentOptions> for ConnectAttachmentOptions
source§fn eq(&self, other: &ConnectAttachmentOptions) -> bool
fn eq(&self, other: &ConnectAttachmentOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.