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