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