#[non_exhaustive]pub struct DeleteRecipeVersionOutput { /* private fields */ }
Implementations§
source§impl DeleteRecipeVersionOutput
impl DeleteRecipeVersionOutput
sourcepub fn builder() -> DeleteRecipeVersionOutputBuilder
pub fn builder() -> DeleteRecipeVersionOutputBuilder
Creates a new builder-style object to manufacture DeleteRecipeVersionOutput
.
Trait Implementations§
source§impl Clone for DeleteRecipeVersionOutput
impl Clone for DeleteRecipeVersionOutput
source§fn clone(&self) -> DeleteRecipeVersionOutput
fn clone(&self) -> DeleteRecipeVersionOutput
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 DeleteRecipeVersionOutput
impl Debug for DeleteRecipeVersionOutput
source§impl PartialEq<DeleteRecipeVersionOutput> for DeleteRecipeVersionOutput
impl PartialEq<DeleteRecipeVersionOutput> for DeleteRecipeVersionOutput
source§fn eq(&self, other: &DeleteRecipeVersionOutput) -> bool
fn eq(&self, other: &DeleteRecipeVersionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteRecipeVersionOutput
impl RequestId for DeleteRecipeVersionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more