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