[src]

Struct std::fmt::parse::SelectArm

pub struct SelectArm<'a> {
    selector: &'a str,
    result: ~[Piece<'a>],
}

Structure representing one "arm" of the select function.

Fields

selector

String selector which guards this arm

result

Array of pieces which are the format of this arm

Trait Implementations

Derived Implementations

impl<'a> Eq for SelectArm<'a>

fn eq(&self, __arg_0: &SelectArm<'a>) -> bool

fn ne(&self, __arg_0: &SelectArm<'a>) -> bool