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§
source§impl Clone for HighlightType
impl Clone for HighlightType
source§fn clone(&self) -> HighlightType
fn clone(&self) -> HighlightType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more