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