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