Enum github_rest::model::issues::events::IssueCommentAction
source · 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 FromStr for IssueCommentAction
impl FromStr for IssueCommentAction
source§impl PartialEq<IssueCommentAction> for IssueCommentAction
impl PartialEq<IssueCommentAction> for IssueCommentAction
source§fn eq(&self, other: &IssueCommentAction) -> bool
fn eq(&self, other: &IssueCommentAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for IssueCommentAction
impl Serialize for IssueCommentAction
source§impl TryFrom<&str> for IssueCommentAction
impl TryFrom<&str> for IssueCommentAction
source§impl VariantNames for IssueCommentAction
impl VariantNames for IssueCommentAction
impl StructuralPartialEq for IssueCommentAction
Auto Trait Implementations§
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