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