Enum github_rest::model::pull_requests::events::PullRequestAction
source · pub enum PullRequestAction {
Show 17 variants
Assigned,
AutoMergeDisabled,
AutoMergeEnabled,
Closed,
ConvertedToDraft,
Edited,
Labeled,
Locked,
Opened,
ReadyForReview,
Reopened,
ReviewRequested,
ReviewRequestRemoved,
Synchronize,
Unassigned,
Unlabeled,
Unlocked,
}
Variants§
Assigned
AutoMergeDisabled
AutoMergeEnabled
Closed
ConvertedToDraft
Edited
Labeled
Locked
Opened
ReadyForReview
Reopened
ReviewRequested
ReviewRequestRemoved
Synchronize
Unassigned
Unlabeled
Unlocked
Trait Implementations§
source§impl Clone for PullRequestAction
impl Clone for PullRequestAction
source§fn clone(&self) -> PullRequestAction
fn clone(&self) -> PullRequestAction
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 PullRequestAction
impl Debug for PullRequestAction
source§impl<'de> Deserialize<'de> for PullRequestAction
impl<'de> Deserialize<'de> for PullRequestAction
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 PullRequestAction
impl FromStr for PullRequestAction
source§impl PartialEq<PullRequestAction> for PullRequestAction
impl PartialEq<PullRequestAction> for PullRequestAction
source§fn eq(&self, other: &PullRequestAction) -> bool
fn eq(&self, other: &PullRequestAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for PullRequestAction
impl Serialize for PullRequestAction
source§impl TryFrom<&str> for PullRequestAction
impl TryFrom<&str> for PullRequestAction
source§impl VariantNames for PullRequestAction
impl VariantNames for PullRequestAction
impl StructuralPartialEq for PullRequestAction
Auto Trait Implementations§
impl RefUnwindSafe for PullRequestAction
impl Send for PullRequestAction
impl Sync for PullRequestAction
impl Unpin for PullRequestAction
impl UnwindSafe for PullRequestAction
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