Enum mon_artist::format::Match [] [src]

pub enum Match {
    One(char),
    Chars(Vec<char>),
    Any,
}

Variants

Methods

impl Match
[src]

Trait Implementations

impl Clone for Match
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Match
[src]

Formats the value using the given formatter.

impl IntoMatch for Match
[src]

impl IntoCurr for Match
[src]