pub enum IssueCommentAction {
Created,
Edited,
Deleted,
}
Variants§
Trait Implementations§
Source§impl Clone for IssueCommentAction
impl Clone for IssueCommentAction
Source§fn clone(&self) -> IssueCommentAction
fn clone(&self) -> IssueCommentAction
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 IssueCommentAction
impl Debug for IssueCommentAction
Source§impl<'de> Deserialize<'de> for IssueCommentAction
impl<'de> Deserialize<'de> for IssueCommentAction
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 IssueCommentAction
impl Hash for IssueCommentAction
Source§impl Ord for IssueCommentAction
impl Ord for IssueCommentAction
Source§fn cmp(&self, other: &IssueCommentAction) -> Ordering
fn cmp(&self, other: &IssueCommentAction) -> 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 IssueCommentAction
impl PartialEq for IssueCommentAction
Source§impl PartialOrd for IssueCommentAction
impl PartialOrd for IssueCommentAction
impl Copy for IssueCommentAction
impl Eq for IssueCommentAction
impl StructuralPartialEq for IssueCommentAction
Auto Trait Implementations§
impl Freeze for IssueCommentAction
impl RefUnwindSafe for IssueCommentAction
impl Send for IssueCommentAction
impl Sync for IssueCommentAction
impl Unpin for IssueCommentAction
impl UnwindSafe for IssueCommentAction
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