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