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