pub struct HighlightResult {
pub attrs: Vec<Attr>,
pub spans: Vec<Span>,
}Fields§
§attrs: Vec<Attr>§spans: Vec<Span>Trait Implementations§
Source§impl Clone for HighlightResult
impl Clone for HighlightResult
Source§fn clone(&self) -> HighlightResult
fn clone(&self) -> HighlightResult
Returns a duplicate 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 HighlightResult
impl Debug for HighlightResult
Source§impl PartialEq for HighlightResult
impl PartialEq for HighlightResult
impl Eq for HighlightResult
impl StructuralPartialEq for HighlightResult
Auto Trait Implementations§
impl Freeze for HighlightResult
impl RefUnwindSafe for HighlightResult
impl Send for HighlightResult
impl Sync for HighlightResult
impl Unpin for HighlightResult
impl UnsafeUnpin for HighlightResult
impl UnwindSafe for HighlightResult
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