#[non_exhaustive]pub struct UpdateLinkOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateLinkOutput
.
Implementations§
Trait Implementations§
source§impl Clone for UpdateLinkOutputBuilder
impl Clone for UpdateLinkOutputBuilder
source§fn clone(&self) -> UpdateLinkOutputBuilder
fn clone(&self) -> UpdateLinkOutputBuilder
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 UpdateLinkOutputBuilder
impl Debug for UpdateLinkOutputBuilder
source§impl Default for UpdateLinkOutputBuilder
impl Default for UpdateLinkOutputBuilder
source§fn default() -> UpdateLinkOutputBuilder
fn default() -> UpdateLinkOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateLinkOutputBuilder> for UpdateLinkOutputBuilder
impl PartialEq<UpdateLinkOutputBuilder> for UpdateLinkOutputBuilder
source§fn eq(&self, other: &UpdateLinkOutputBuilder) -> bool
fn eq(&self, other: &UpdateLinkOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.