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