pub enum HostedIssueCommentOperation {
Created,
SkippedExisting,
Closed,
}Variants§
Trait Implementations§
Source§impl Clone for HostedIssueCommentOperation
impl Clone for HostedIssueCommentOperation
Source§fn clone(&self) -> HostedIssueCommentOperation
fn clone(&self) -> HostedIssueCommentOperation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HostedIssueCommentOperation
Source§impl Debug for HostedIssueCommentOperation
impl Debug for HostedIssueCommentOperation
Source§impl<'de> Deserialize<'de> for HostedIssueCommentOperation
impl<'de> Deserialize<'de> for HostedIssueCommentOperation
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
impl Eq for HostedIssueCommentOperation
Source§impl PartialEq for HostedIssueCommentOperation
impl PartialEq for HostedIssueCommentOperation
Source§fn eq(&self, other: &HostedIssueCommentOperation) -> bool
fn eq(&self, other: &HostedIssueCommentOperation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HostedIssueCommentOperation
Auto Trait Implementations§
impl Freeze for HostedIssueCommentOperation
impl RefUnwindSafe for HostedIssueCommentOperation
impl Send for HostedIssueCommentOperation
impl Sync for HostedIssueCommentOperation
impl Unpin for HostedIssueCommentOperation
impl UnsafeUnpin for HostedIssueCommentOperation
impl UnwindSafe for HostedIssueCommentOperation
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