pub enum HighlightMode {
None,
Invert,
Outline,
Push,
}Expand description
Highlight mode for links
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for HighlightMode
impl Clone for HighlightMode
Source§fn clone(&self) -> HighlightMode
fn clone(&self) -> HighlightMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HighlightMode
Source§impl Debug for HighlightMode
impl Debug for HighlightMode
Source§impl Default for HighlightMode
impl Default for HighlightMode
Source§fn default() -> HighlightMode
fn default() -> HighlightMode
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HighlightMode
impl RefUnwindSafe for HighlightMode
impl Send for HighlightMode
impl Sync for HighlightMode
impl Unpin for HighlightMode
impl UnsafeUnpin for HighlightMode
impl UnwindSafe for HighlightMode
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