Struct aws_sdk_databrew::output::DeleteRulesetOutput
source · #[non_exhaustive]pub struct DeleteRulesetOutput { /* private fields */ }
Implementations§
source§impl DeleteRulesetOutput
impl DeleteRulesetOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
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 ==
.