Struct shrs_mux::MuxHighlighter
source · pub struct MuxHighlighter {}
Implementations§
Trait Implementations§
source§impl Highlighter for MuxHighlighter
impl Highlighter for MuxHighlighter
Auto Trait Implementations§
impl Freeze for MuxHighlighter
impl RefUnwindSafe for MuxHighlighter
impl Send for MuxHighlighter
impl Sync for MuxHighlighter
impl Unpin for MuxHighlighter
impl UnwindSafe for MuxHighlighter
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