#[non_exhaustive]pub struct ModifyRuleOutput { /* private fields */ }
Implementations§
source§impl ModifyRuleOutput
impl ModifyRuleOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyRuleOutput
.
Trait Implementations§
source§impl Clone for ModifyRuleOutput
impl Clone for ModifyRuleOutput
source§fn clone(&self) -> ModifyRuleOutput
fn clone(&self) -> ModifyRuleOutput
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 ModifyRuleOutput
impl Debug for ModifyRuleOutput
source§impl PartialEq<ModifyRuleOutput> for ModifyRuleOutput
impl PartialEq<ModifyRuleOutput> for ModifyRuleOutput
source§fn eq(&self, other: &ModifyRuleOutput) -> bool
fn eq(&self, other: &ModifyRuleOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.