Enum hoedown::renderer::AutoLink [] [src]

#[repr(C)]
pub enum AutoLink { Normal, Email, }

The type of an autolink candidate

Variants

Trait Implementations

impl Debug for AutoLink
[src]

Formats the value using the given formatter.

impl Copy for AutoLink
[src]

impl Clone for AutoLink
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more