pub struct Highlighter { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Default for Highlighter
impl Default for Highlighter
Source§fn default() -> Highlighter
fn default() -> Highlighter
Returns the “default value” for a type. Read more
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