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