Struct aws_sdk_databrew::output::DeleteRulesetOutput
source · [−]#[non_exhaustive]pub struct DeleteRulesetOutput { /* private fields */ }
Implementations
sourceimpl DeleteRulesetOutput
impl DeleteRulesetOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteRulesetOutput
.
Trait Implementations
sourceimpl Clone for DeleteRulesetOutput
impl Clone for DeleteRulesetOutput
sourcefn clone(&self) -> DeleteRulesetOutput
fn clone(&self) -> DeleteRulesetOutput
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 DeleteRulesetOutput
impl Debug for DeleteRulesetOutput
sourceimpl PartialEq<DeleteRulesetOutput> for DeleteRulesetOutput
impl PartialEq<DeleteRulesetOutput> for DeleteRulesetOutput
sourcefn eq(&self, other: &DeleteRulesetOutput) -> bool
fn eq(&self, other: &DeleteRulesetOutput) -> bool
impl StructuralPartialEq for DeleteRulesetOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteRulesetOutput
impl Send for DeleteRulesetOutput
impl Sync for DeleteRulesetOutput
impl Unpin for DeleteRulesetOutput
impl UnwindSafe for DeleteRulesetOutput
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