Struct std::fmt::parse::SelectArm

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

Structure representing one "arm" of the select function.

Trait Implementations

impl<'self> Eq for SelectArm<'self>

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

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