Enum github_rest::model::misc::deployments::nested::DeploymentState
source · pub enum DeploymentState {
Error,
Failure,
Inactive,
Pending,
Success,
Queued,
InProgress,
}
Variants§
Trait Implementations§
source§impl Clone for DeploymentState
impl Clone for DeploymentState
source§fn clone(&self) -> DeploymentState
fn clone(&self) -> DeploymentState
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 DeploymentState
impl Debug for DeploymentState
source§impl<'de> Deserialize<'de> for DeploymentState
impl<'de> Deserialize<'de> for DeploymentState
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 FromStr for DeploymentState
impl FromStr for DeploymentState
source§impl PartialEq<DeploymentState> for DeploymentState
impl PartialEq<DeploymentState> for DeploymentState
source§fn eq(&self, other: &DeploymentState) -> bool
fn eq(&self, other: &DeploymentState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for DeploymentState
impl Serialize for DeploymentState
source§impl TryFrom<&str> for DeploymentState
impl TryFrom<&str> for DeploymentState
source§impl VariantNames for DeploymentState
impl VariantNames for DeploymentState
impl Copy for DeploymentState
impl StructuralPartialEq for DeploymentState
Auto Trait Implementations§
impl RefUnwindSafe for DeploymentState
impl Send for DeploymentState
impl Sync for DeploymentState
impl Unpin for DeploymentState
impl UnwindSafe for DeploymentState
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more