#[non_exhaustive]pub struct UpdateLinkOutput { /* private fields */ }
Implementations§
source§impl UpdateLinkOutput
impl UpdateLinkOutput
sourcepub fn builder() -> UpdateLinkOutputBuilder
pub fn builder() -> UpdateLinkOutputBuilder
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 ==
.source§impl RequestId for UpdateLinkOutput
impl RequestId for UpdateLinkOutput
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.