Enum github_rest::model::misc::events::DeploymentStatusAction
source · pub enum DeploymentStatusAction {
Created,
}
Variants§
Created
Trait Implementations§
source§impl Clone for DeploymentStatusAction
impl Clone for DeploymentStatusAction
source§fn clone(&self) -> DeploymentStatusAction
fn clone(&self) -> DeploymentStatusAction
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 DeploymentStatusAction
impl Debug for DeploymentStatusAction
source§impl<'de> Deserialize<'de> for DeploymentStatusAction
impl<'de> Deserialize<'de> for DeploymentStatusAction
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 DeploymentStatusAction
impl FromStr for DeploymentStatusAction
source§impl PartialEq<DeploymentStatusAction> for DeploymentStatusAction
impl PartialEq<DeploymentStatusAction> for DeploymentStatusAction
source§fn eq(&self, other: &DeploymentStatusAction) -> bool
fn eq(&self, other: &DeploymentStatusAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for DeploymentStatusAction
impl Serialize for DeploymentStatusAction
source§impl TryFrom<&str> for DeploymentStatusAction
impl TryFrom<&str> for DeploymentStatusAction
source§impl VariantNames for DeploymentStatusAction
impl VariantNames for DeploymentStatusAction
impl StructuralPartialEq for DeploymentStatusAction
Auto Trait Implementations§
impl RefUnwindSafe for DeploymentStatusAction
impl Send for DeploymentStatusAction
impl Sync for DeploymentStatusAction
impl Unpin for DeploymentStatusAction
impl UnwindSafe for DeploymentStatusAction
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