Struct debris_error::lang_error::LangErrorSnippet
source · struct LangErrorSnippet<'a> {
slices: Vec<SliceOwned<'a>>,
footer: Vec<AnnotationOwned<'a>>,
}
Fields§
§slices: Vec<SliceOwned<'a>>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for LangErrorSnippet<'a>
impl<'a> Send for LangErrorSnippet<'a>
impl<'a> Sync for LangErrorSnippet<'a>
impl<'a> Unpin for LangErrorSnippet<'a>
impl<'a> UnwindSafe for LangErrorSnippet<'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