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