Struct aws_sdk_databrew::model::RecipeAction
source · [−]#[non_exhaustive]pub struct RecipeAction { /* private fields */ }
Expand description
Represents a transformation and associated parameters that are used to apply a change to a DataBrew dataset. For more information, see Recipe actions reference.
Implementations
sourceimpl RecipeAction
impl RecipeAction
sourceimpl RecipeAction
impl RecipeAction
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RecipeAction
.
Trait Implementations
sourceimpl Clone for RecipeAction
impl Clone for RecipeAction
sourcefn clone(&self) -> RecipeAction
fn clone(&self) -> RecipeAction
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 RecipeAction
impl Debug for RecipeAction
sourceimpl PartialEq<RecipeAction> for RecipeAction
impl PartialEq<RecipeAction> for RecipeAction
sourcefn eq(&self, other: &RecipeAction) -> bool
fn eq(&self, other: &RecipeAction) -> bool
impl StructuralPartialEq for RecipeAction
Auto Trait Implementations
impl RefUnwindSafe for RecipeAction
impl Send for RecipeAction
impl Sync for RecipeAction
impl Unpin for RecipeAction
impl UnwindSafe for RecipeAction
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