Struct aws_sdk_databrew::input::StopJobRunInput
source · [−]#[non_exhaustive]pub struct StopJobRunInput { /* private fields */ }
Implementations
sourceimpl StopJobRunInput
impl StopJobRunInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopJobRun, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopJobRun, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StopJobRun
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopJobRunInput
.
Trait Implementations
sourceimpl Clone for StopJobRunInput
impl Clone for StopJobRunInput
sourcefn clone(&self) -> StopJobRunInput
fn clone(&self) -> StopJobRunInput
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 StopJobRunInput
impl Debug for StopJobRunInput
sourceimpl PartialEq<StopJobRunInput> for StopJobRunInput
impl PartialEq<StopJobRunInput> for StopJobRunInput
sourcefn eq(&self, other: &StopJobRunInput) -> bool
fn eq(&self, other: &StopJobRunInput) -> bool
impl StructuralPartialEq for StopJobRunInput
Auto Trait Implementations
impl RefUnwindSafe for StopJobRunInput
impl Send for StopJobRunInput
impl Sync for StopJobRunInput
impl Unpin for StopJobRunInput
impl UnwindSafe for StopJobRunInput
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