#[non_exhaustive]pub struct AssociateMacSecKeyOutput { /* private fields */ }
Implementations
sourceimpl AssociateMacSecKeyOutput
impl AssociateMacSecKeyOutput
sourcepub fn connection_id(&self) -> Option<&str>
pub fn connection_id(&self) -> Option<&str>
The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).
sourcepub fn mac_sec_keys(&self) -> Option<&[MacSecKey]>
pub fn mac_sec_keys(&self) -> Option<&[MacSecKey]>
The MAC Security (MACsec) security keys associated with the dedicated connection.
sourceimpl AssociateMacSecKeyOutput
impl AssociateMacSecKeyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateMacSecKeyOutput
.
Trait Implementations
sourceimpl Clone for AssociateMacSecKeyOutput
impl Clone for AssociateMacSecKeyOutput
sourcefn clone(&self) -> AssociateMacSecKeyOutput
fn clone(&self) -> AssociateMacSecKeyOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AssociateMacSecKeyOutput
impl Debug for AssociateMacSecKeyOutput
sourceimpl PartialEq<AssociateMacSecKeyOutput> for AssociateMacSecKeyOutput
impl PartialEq<AssociateMacSecKeyOutput> for AssociateMacSecKeyOutput
sourcefn eq(&self, other: &AssociateMacSecKeyOutput) -> bool
fn eq(&self, other: &AssociateMacSecKeyOutput) -> bool
impl StructuralPartialEq for AssociateMacSecKeyOutput
Auto Trait Implementations
impl RefUnwindSafe for AssociateMacSecKeyOutput
impl Send for AssociateMacSecKeyOutput
impl Sync for AssociateMacSecKeyOutput
impl Unpin for AssociateMacSecKeyOutput
impl UnwindSafe for AssociateMacSecKeyOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more