pub struct Highlighter;
Trait Implementations§
Source§impl Clone for Highlighter
impl Clone for Highlighter
Source§fn clone(&self) -> Highlighter
fn clone(&self) -> Highlighter
Returns a copy 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 Highlighter
impl Debug for Highlighter
Source§impl Hash for Highlighter
impl Hash for Highlighter
Source§impl Highlight for Highlighter
impl Highlight for Highlighter
Source§impl Ord for Highlighter
impl Ord for Highlighter
Source§fn cmp(&self, other: &Highlighter) -> Ordering
fn cmp(&self, other: &Highlighter) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Highlighter
impl PartialEq for Highlighter
Source§impl PartialOrd for Highlighter
impl PartialOrd for Highlighter
impl Copy for Highlighter
impl Eq for Highlighter
impl StructuralPartialEq for Highlighter
Auto Trait Implementations§
impl Freeze for Highlighter
impl RefUnwindSafe for Highlighter
impl Send for Highlighter
impl Sync for Highlighter
impl Unpin for Highlighter
impl UnwindSafe for Highlighter
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