Struct aws_sdk_networkmanager::output::DeleteLinkOutput
source · #[non_exhaustive]pub struct DeleteLinkOutput { /* private fields */ }Implementations§
source§impl DeleteLinkOutput
impl DeleteLinkOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteLinkOutput.
Trait Implementations§
source§impl Clone for DeleteLinkOutput
impl Clone for DeleteLinkOutput
source§fn clone(&self) -> DeleteLinkOutput
fn clone(&self) -> DeleteLinkOutput
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 more