Enum pandoc::EmailObfuscation[][src]

pub enum EmailObfuscation {
    None,
    Javascript,
    References,
}

Variants

Trait Implementations

impl Copy for EmailObfuscation
[src]

impl Clone for EmailObfuscation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EmailObfuscation
[src]

Formats the value using the given formatter. Read more

impl Display for EmailObfuscation
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations