Enum github_rest::model::pull_requests::PullRequestState
source · pub enum PullRequestState {
Closed,
Open,
}
Variants§
Trait Implementations§
source§impl Clone for PullRequestState
impl Clone for PullRequestState
source§fn clone(&self) -> PullRequestState
fn clone(&self) -> PullRequestState
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 PullRequestState
impl Debug for PullRequestState
source§impl Default for PullRequestState
impl Default for PullRequestState
source§fn default() -> PullRequestState
fn default() -> PullRequestState
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PullRequestState
impl<'de> Deserialize<'de> for PullRequestState
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<PullRequestState> for PullRequestState
impl PartialEq<PullRequestState> for PullRequestState
source§fn eq(&self, other: &PullRequestState) -> bool
fn eq(&self, other: &PullRequestState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for PullRequestState
impl Serialize for PullRequestState
impl StructuralPartialEq for PullRequestState
Auto Trait Implementations§
impl RefUnwindSafe for PullRequestState
impl Send for PullRequestState
impl Sync for PullRequestState
impl Unpin for PullRequestState
impl UnwindSafe for PullRequestState
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