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