Enum cloudformatious::ResourceStatus
source · pub enum ResourceStatus {
Show 16 variants
CreateInProgress,
CreateFailed,
CreateComplete,
DeleteInProgress,
DeleteFailed,
DeleteComplete,
DeleteSkipped,
UpdateInProgress,
UpdateFailed,
UpdateComplete,
ImportFailed,
ImportComplete,
ImportInProgress,
ImportRollbackInProgress,
ImportRollbackFailed,
ImportRollbackComplete,
}Expand description
Possible resource statuses.
Variants§
CreateInProgress
CreateFailed
CreateComplete
DeleteInProgress
DeleteFailed
DeleteComplete
DeleteSkipped
UpdateInProgress
UpdateFailed
UpdateComplete
ImportFailed
ImportComplete
ImportInProgress
ImportRollbackInProgress
ImportRollbackFailed
ImportRollbackComplete
Trait Implementations§
source§impl Clone for ResourceStatus
impl Clone for ResourceStatus
source§fn clone(&self) -> ResourceStatus
fn clone(&self) -> ResourceStatus
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ResourceStatus
impl Debug for ResourceStatus
source§impl Display for ResourceStatus
impl Display for ResourceStatus
source§impl FromStr for ResourceStatus
impl FromStr for ResourceStatus
source§impl PartialEq<ResourceStatus> for ResourceStatus
impl PartialEq<ResourceStatus> for ResourceStatus
source§fn eq(&self, other: &ResourceStatus) -> bool
fn eq(&self, other: &ResourceStatus) -> bool
source§impl Status for ResourceStatus
impl Status for ResourceStatus
source§fn is_settled(&self) -> bool
fn is_settled(&self) -> bool
Indicates whether or not a status is settled. Read more
source§fn sentiment(&self) -> StatusSentiment
fn sentiment(&self) -> StatusSentiment
Indicates the sentiment of the status. Read more
impl Copy for ResourceStatus
impl Eq for ResourceStatus
impl StructuralEq for ResourceStatus
impl StructuralPartialEq for ResourceStatus
Auto Trait Implementations§
impl RefUnwindSafe for ResourceStatus
impl Send for ResourceStatus
impl Sync for ResourceStatus
impl Unpin for ResourceStatus
impl UnwindSafe for ResourceStatus
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.