pub struct htmlHighlight;
Trait Implementations§
Source§impl Field for htmlHighlight
impl Field for htmlHighlight
Auto Trait Implementations§
impl Freeze for htmlHighlight
impl RefUnwindSafe for htmlHighlight
impl Send for htmlHighlight
impl Sync for htmlHighlight
impl Unpin for htmlHighlight
impl UnwindSafe for htmlHighlight
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