Struct aws_sdk_codestar::model::ProjectStatus
source · [−]#[non_exhaustive]pub struct ProjectStatus { /* private fields */ }Expand description
An indication of whether a project creation or deletion is failed or successful.
Implementations
sourceimpl ProjectStatus
impl ProjectStatus
sourceimpl ProjectStatus
impl ProjectStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ProjectStatus.
Trait Implementations
sourceimpl Clone for ProjectStatus
impl Clone for ProjectStatus
sourcefn clone(&self) -> ProjectStatus
fn clone(&self) -> ProjectStatus
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 ProjectStatus
impl Debug for ProjectStatus
sourceimpl PartialEq<ProjectStatus> for ProjectStatus
impl PartialEq<ProjectStatus> for ProjectStatus
sourcefn eq(&self, other: &ProjectStatus) -> bool
fn eq(&self, other: &ProjectStatus) -> bool
impl StructuralPartialEq for ProjectStatus
Auto Trait Implementations
impl RefUnwindSafe for ProjectStatus
impl Send for ProjectStatus
impl Sync for ProjectStatus
impl Unpin for ProjectStatus
impl UnwindSafe for ProjectStatus
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