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