#[non_exhaustive]pub struct DisableRuleOutput { /* private fields */ }Implementations§
source§impl DisableRuleOutput
impl DisableRuleOutput
sourcepub fn builder() -> DisableRuleOutputBuilder
pub fn builder() -> DisableRuleOutputBuilder
Creates a new builder-style object to manufacture DisableRuleOutput.
Trait Implementations§
source§impl Clone for DisableRuleOutput
impl Clone for DisableRuleOutput
source§fn clone(&self) -> DisableRuleOutput
fn clone(&self) -> DisableRuleOutput
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 DisableRuleOutput
impl Debug for DisableRuleOutput
source§impl PartialEq<DisableRuleOutput> for DisableRuleOutput
impl PartialEq<DisableRuleOutput> for DisableRuleOutput
source§fn eq(&self, other: &DisableRuleOutput) -> bool
fn eq(&self, other: &DisableRuleOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DisableRuleOutput
impl RequestId for DisableRuleOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.