pub enum CommentAction {
Created,
Updated,
}Variants§
Trait Implementations§
Source§impl Clone for CommentAction
impl Clone for CommentAction
Source§fn clone(&self) -> CommentAction
fn clone(&self) -> CommentAction
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 CommentAction
Source§impl Debug for CommentAction
impl Debug for CommentAction
impl Eq for CommentAction
Source§impl PartialEq for CommentAction
impl PartialEq for CommentAction
impl StructuralPartialEq for CommentAction
Auto Trait Implementations§
impl Freeze for CommentAction
impl RefUnwindSafe for CommentAction
impl Send for CommentAction
impl Sync for CommentAction
impl Unpin for CommentAction
impl UnsafeUnpin for CommentAction
impl UnwindSafe for CommentAction
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