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