pub struct HighlightedSegment { /* private fields */ }Expand description
A syntax-highlighted text segment.
Trait Implementations§
Source§impl Clone for HighlightedSegment
impl Clone for HighlightedSegment
Auto Trait Implementations§
impl Freeze for HighlightedSegment
impl RefUnwindSafe for HighlightedSegment
impl Send for HighlightedSegment
impl Sync for HighlightedSegment
impl Unpin for HighlightedSegment
impl UnsafeUnpin for HighlightedSegment
impl UnwindSafe for HighlightedSegment
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