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