Enum elmesque::text::Line
[−]
[src]
pub enum Line { Under, Over, Through, }
Styles for lines on text. This allows you to add an underline, an overline, or strike out text.
Variants
Under | |
Over | |
Through |
pub enum Line { Under, Over, Through, }
Styles for lines on text. This allows you to add an underline, an overline, or strike out text.
Under | |
Over | |
Through |
impl Debug for Line
impl Clone for Line
fn clone(&self) -> Line
fn clone_from(&mut self, source: &Self)
impl Copy for Line
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
).