Struct aws_sdk_databrew::output::UpdateRulesetOutput
source · [−]#[non_exhaustive]pub struct UpdateRulesetOutput { /* private fields */ }
Implementations
sourceimpl UpdateRulesetOutput
impl UpdateRulesetOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateRulesetOutput
.
Trait Implementations
sourceimpl Clone for UpdateRulesetOutput
impl Clone for UpdateRulesetOutput
sourcefn clone(&self) -> UpdateRulesetOutput
fn clone(&self) -> UpdateRulesetOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UpdateRulesetOutput
impl Debug for UpdateRulesetOutput
sourceimpl PartialEq<UpdateRulesetOutput> for UpdateRulesetOutput
impl PartialEq<UpdateRulesetOutput> for UpdateRulesetOutput
sourcefn eq(&self, other: &UpdateRulesetOutput) -> bool
fn eq(&self, other: &UpdateRulesetOutput) -> bool
impl StructuralPartialEq for UpdateRulesetOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateRulesetOutput
impl Send for UpdateRulesetOutput
impl Sync for UpdateRulesetOutput
impl Unpin for UpdateRulesetOutput
impl UnwindSafe for UpdateRulesetOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more