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