#[non_exhaustive]pub struct ModifyRuleOutput { /* private fields */ }
Implementations
sourceimpl ModifyRuleOutput
impl ModifyRuleOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyRuleOutput
.
Trait Implementations
sourceimpl Clone for ModifyRuleOutput
impl Clone for ModifyRuleOutput
sourcefn clone(&self) -> ModifyRuleOutput
fn clone(&self) -> ModifyRuleOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ModifyRuleOutput
impl Debug for ModifyRuleOutput
sourceimpl PartialEq<ModifyRuleOutput> for ModifyRuleOutput
impl PartialEq<ModifyRuleOutput> for ModifyRuleOutput
sourcefn eq(&self, other: &ModifyRuleOutput) -> bool
fn eq(&self, other: &ModifyRuleOutput) -> bool
impl StructuralPartialEq for ModifyRuleOutput
Auto Trait Implementations
impl RefUnwindSafe for ModifyRuleOutput
impl Send for ModifyRuleOutput
impl Sync for ModifyRuleOutput
impl Unpin for ModifyRuleOutput
impl UnwindSafe for ModifyRuleOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more