#[non_exhaustive]pub struct StopProjectVersionOutput { /* private fields */ }Implementations
sourceimpl StopProjectVersionOutput
impl StopProjectVersionOutput
sourcepub fn status(&self) -> Option<&ProjectVersionStatus>
pub fn status(&self) -> Option<&ProjectVersionStatus>
The current status of the stop operation.
sourceimpl StopProjectVersionOutput
impl StopProjectVersionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopProjectVersionOutput.
Trait Implementations
sourceimpl Clone for StopProjectVersionOutput
impl Clone for StopProjectVersionOutput
sourcefn clone(&self) -> StopProjectVersionOutput
fn clone(&self) -> StopProjectVersionOutput
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 StopProjectVersionOutput
impl Debug for StopProjectVersionOutput
sourceimpl PartialEq<StopProjectVersionOutput> for StopProjectVersionOutput
impl PartialEq<StopProjectVersionOutput> for StopProjectVersionOutput
sourcefn eq(&self, other: &StopProjectVersionOutput) -> bool
fn eq(&self, other: &StopProjectVersionOutput) -> bool
impl StructuralPartialEq for StopProjectVersionOutput
Auto Trait Implementations
impl RefUnwindSafe for StopProjectVersionOutput
impl Send for StopProjectVersionOutput
impl Sync for StopProjectVersionOutput
impl Unpin for StopProjectVersionOutput
impl UnwindSafe for StopProjectVersionOutput
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