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