pub enum PullRequestReviewAction {
Submitted,
Edited,
Dismissed,
}
Variants§
Trait Implementations§
Source§impl Clone for PullRequestReviewAction
impl Clone for PullRequestReviewAction
Source§fn clone(&self) -> PullRequestReviewAction
fn clone(&self) -> PullRequestReviewAction
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 PullRequestReviewAction
impl Debug for PullRequestReviewAction
Source§impl<'de> Deserialize<'de> for PullRequestReviewAction
impl<'de> Deserialize<'de> for PullRequestReviewAction
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 Hash for PullRequestReviewAction
impl Hash for PullRequestReviewAction
Source§impl Ord for PullRequestReviewAction
impl Ord for PullRequestReviewAction
Source§fn cmp(&self, other: &PullRequestReviewAction) -> Ordering
fn cmp(&self, other: &PullRequestReviewAction) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PullRequestReviewAction
impl PartialEq for PullRequestReviewAction
Source§impl PartialOrd for PullRequestReviewAction
impl PartialOrd for PullRequestReviewAction
impl Copy for PullRequestReviewAction
impl Eq for PullRequestReviewAction
impl StructuralPartialEq for PullRequestReviewAction
Auto Trait Implementations§
impl Freeze for PullRequestReviewAction
impl RefUnwindSafe for PullRequestReviewAction
impl Send for PullRequestReviewAction
impl Sync for PullRequestReviewAction
impl Unpin for PullRequestReviewAction
impl UnwindSafe for PullRequestReviewAction
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