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