Enum geo_aid::cli::AnnotationKind
source · pub enum AnnotationKind {
Note,
Help,
}Variants§
Trait Implementations§
source§impl Clone for AnnotationKind
impl Clone for AnnotationKind
source§fn clone(&self) -> AnnotationKind
fn clone(&self) -> AnnotationKind
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 AnnotationKind
impl Debug for AnnotationKind
impl Copy for AnnotationKind
Auto Trait Implementations§
impl RefUnwindSafe for AnnotationKind
impl Send for AnnotationKind
impl Sync for AnnotationKind
impl Unpin for AnnotationKind
impl UnwindSafe for AnnotationKind
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