Enum reform::id::MatchOpt[][src]

pub enum MatchOpt<'a> {
    Single(&'a Element),
    SingleOwned(Element),
    Multiple(&'a [Element]),
}

Variants

Trait Implementations

impl<'a> Debug for MatchOpt<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for MatchOpt<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Eq for MatchOpt<'a>
[src]

impl<'a> PartialEq for MatchOpt<'a>
[src]

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

This method tests for !=.

impl<'a> Display for MatchOpt<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for MatchOpt<'a>

impl<'a> Sync for MatchOpt<'a>