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