Enum fastly_api::models::waf_firewall_version_response_data_attributes::LastDeploymentStatus
source · pub enum LastDeploymentStatus {
Null,
Pending,
InProgress,
Completed,
Failed,
}
Expand description
The status of the last deployment of this firewall version.
Variants§
Trait Implementations§
source§impl Clone for LastDeploymentStatus
impl Clone for LastDeploymentStatus
source§fn clone(&self) -> LastDeploymentStatus
fn clone(&self) -> LastDeploymentStatus
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 LastDeploymentStatus
impl Debug for LastDeploymentStatus
source§impl Default for LastDeploymentStatus
impl Default for LastDeploymentStatus
source§fn default() -> LastDeploymentStatus
fn default() -> LastDeploymentStatus
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LastDeploymentStatus
impl<'de> Deserialize<'de> for LastDeploymentStatus
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for LastDeploymentStatus
impl Hash for LastDeploymentStatus
source§impl Ord for LastDeploymentStatus
impl Ord for LastDeploymentStatus
source§fn cmp(&self, other: &LastDeploymentStatus) -> Ordering
fn cmp(&self, other: &LastDeploymentStatus) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<LastDeploymentStatus> for LastDeploymentStatus
impl PartialEq<LastDeploymentStatus> for LastDeploymentStatus
source§fn eq(&self, other: &LastDeploymentStatus) -> bool
fn eq(&self, other: &LastDeploymentStatus) -> bool
source§impl PartialOrd<LastDeploymentStatus> for LastDeploymentStatus
impl PartialOrd<LastDeploymentStatus> for LastDeploymentStatus
source§fn partial_cmp(&self, other: &LastDeploymentStatus) -> Option<Ordering>
fn partial_cmp(&self, other: &LastDeploymentStatus) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Serialize for LastDeploymentStatus
impl Serialize for LastDeploymentStatus
impl Copy for LastDeploymentStatus
impl Eq for LastDeploymentStatus
impl StructuralEq for LastDeploymentStatus
impl StructuralPartialEq for LastDeploymentStatus
Auto Trait Implementations§
impl RefUnwindSafe for LastDeploymentStatus
impl Send for LastDeploymentStatus
impl Sync for LastDeploymentStatus
impl Unpin for LastDeploymentStatus
impl UnwindSafe for LastDeploymentStatus
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.