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