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