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