Enum github_rest::model::commits::events::CommitCommentAction
source · pub enum CommitCommentAction {
Created,
}
Variants§
Created
Trait Implementations§
source§impl Clone for CommitCommentAction
impl Clone for CommitCommentAction
source§fn clone(&self) -> CommitCommentAction
fn clone(&self) -> CommitCommentAction
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 CommitCommentAction
impl Debug for CommitCommentAction
source§impl Default for CommitCommentAction
impl Default for CommitCommentAction
source§impl<'de> Deserialize<'de> for CommitCommentAction
impl<'de> Deserialize<'de> for CommitCommentAction
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 CommitCommentAction
impl FromStr for CommitCommentAction
source§impl PartialEq<CommitCommentAction> for CommitCommentAction
impl PartialEq<CommitCommentAction> for CommitCommentAction
source§fn eq(&self, other: &CommitCommentAction) -> bool
fn eq(&self, other: &CommitCommentAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for CommitCommentAction
impl Serialize for CommitCommentAction
source§impl TryFrom<&str> for CommitCommentAction
impl TryFrom<&str> for CommitCommentAction
source§impl VariantNames for CommitCommentAction
impl VariantNames for CommitCommentAction
impl StructuralPartialEq for CommitCommentAction
Auto Trait Implementations§
impl RefUnwindSafe for CommitCommentAction
impl Send for CommitCommentAction
impl Sync for CommitCommentAction
impl Unpin for CommitCommentAction
impl UnwindSafe for CommitCommentAction
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