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