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