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