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<'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 Hash for CommitCommentAction
impl Hash for CommitCommentAction
Source§impl Ord for CommitCommentAction
impl Ord for CommitCommentAction
Source§fn cmp(&self, other: &CommitCommentAction) -> Ordering
fn cmp(&self, other: &CommitCommentAction) -> 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 CommitCommentAction
impl PartialEq for CommitCommentAction
Source§impl PartialOrd for CommitCommentAction
impl PartialOrd for CommitCommentAction
impl Copy for CommitCommentAction
impl Eq for CommitCommentAction
impl StructuralPartialEq for CommitCommentAction
Auto Trait Implementations§
impl Freeze for CommitCommentAction
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