Enum linkify::LinkKind [] [src]

pub enum LinkKind {
    Url,
    Email,
    // some variants omitted
}

The type of link that was found.

Variants

URL links like "http://example.org".

E-mail links like "foo@example.org"

Trait Implementations

impl Debug for LinkKind
[src]

Formats the value using the given formatter.

impl Eq for LinkKind
[src]

impl PartialEq for LinkKind
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.