pub enum DocsOperation {
Regenerate,
HandEdit,
}Expand description
Docs operation requested by an agent.
Variants§
Trait Implementations§
Source§impl Clone for DocsOperation
impl Clone for DocsOperation
Source§fn clone(&self) -> DocsOperation
fn clone(&self) -> DocsOperation
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 moreSource§impl Debug for DocsOperation
impl Debug for DocsOperation
impl Eq for DocsOperation
Source§impl PartialEq for DocsOperation
impl PartialEq for DocsOperation
Source§fn eq(&self, other: &DocsOperation) -> bool
fn eq(&self, other: &DocsOperation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DocsOperation
Auto Trait Implementations§
impl Freeze for DocsOperation
impl RefUnwindSafe for DocsOperation
impl Send for DocsOperation
impl Sync for DocsOperation
impl Unpin for DocsOperation
impl UnsafeUnpin for DocsOperation
impl UnwindSafe for DocsOperation
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