Struct annotate_snippets::Annotation
source · pub struct Annotation<'a> { /* private fields */ }
Expand description
An annotation for a Snippet
.
See Level::span
to create a Annotation
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Annotation<'a>
impl<'a> RefUnwindSafe for Annotation<'a>
impl<'a> Send for Annotation<'a>
impl<'a> Sync for Annotation<'a>
impl<'a> Unpin for Annotation<'a>
impl<'a> UnwindSafe for Annotation<'a>
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