Enum reform::id::MatchOptOwned[][src]

pub enum MatchOptOwned {
    Single(Elementbool),
    Multiple(Vec<Element>),
}

Variants

Methods

impl MatchOptOwned
[src]

Trait Implementations

impl Debug for MatchOptOwned
[src]

Formats the value using the given formatter. Read more

impl Clone for MatchOptOwned
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for MatchOptOwned
[src]

impl PartialEq for MatchOptOwned
[src]

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

This method tests for !=.

Auto Trait Implementations