pub enum Style {
Normal,
Bold,
Underline,
BoldUnderline,
}Variants
Normal | |
Bold | |
Underline | |
BoldUnderline |
pub enum Style {
Normal,
Bold,
Underline,
BoldUnderline,
}Normal | |
Bold | |
Underline | |
BoldUnderline |
impl PartialEq for Styleimpl Eq for Stylefn assert_receiver_is_total_eq(&self)impl Show for Style
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).