#[non_exhaustive]pub struct UpdateSiteOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateSiteOutput
.
Implementations§
source§impl UpdateSiteOutputBuilder
impl UpdateSiteOutputBuilder
sourcepub fn build(self) -> UpdateSiteOutput
pub fn build(self) -> UpdateSiteOutput
Consumes the builder and constructs a UpdateSiteOutput
.
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 for UpdateSiteOutputBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for UpdateSiteOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateSiteOutputBuilder
impl Send for UpdateSiteOutputBuilder
impl Sync for UpdateSiteOutputBuilder
impl Unpin for UpdateSiteOutputBuilder
impl UnwindSafe for UpdateSiteOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.