Enum docx_rust::formatting::HighlightType
source · [−]pub enum HighlightType {
Show 17 variants
Black,
Blue,
Cyan,
Green,
Magenta,
Red,
Yellow,
White,
DarkBlue,
DarkCyan,
DarkGreen,
DarkMagenta,
DarkRed,
DarkYellow,
DarkGray,
LightGray,
None,
}
Variants
Black
Blue
Cyan
Green
Magenta
Red
Yellow
White
DarkBlue
DarkCyan
DarkGreen
DarkMagenta
DarkRed
DarkYellow
DarkGray
LightGray
None
Trait Implementations
sourceimpl Clone for HighlightType
impl Clone for HighlightType
sourcefn clone(&self) -> HighlightType
fn clone(&self) -> HighlightType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for HighlightType
impl Debug for HighlightType
sourceimpl Display for HighlightType
impl Display for HighlightType
Auto Trait Implementations
impl RefUnwindSafe for HighlightType
impl Send for HighlightType
impl Sync for HighlightType
impl Unpin for HighlightType
impl UnwindSafe for HighlightType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more