Struct geo_aid::cli::Annotation
source · pub struct Annotation {
pub kind: AnnotationKind,
pub message: String,
pub at: Span,
}Fields§
§kind: AnnotationKind§message: String§at: SpanAuto Trait Implementations§
impl RefUnwindSafe for Annotation
impl Send for Annotation
impl Sync for Annotation
impl Unpin for Annotation
impl UnwindSafe for Annotation
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