Enum syntax::print::pp::PrintStackBreak[][src]

pub enum PrintStackBreak {
    Fits,
    Broken(Breaks),
}

Variants

Trait Implementations

impl Copy for PrintStackBreak
[src]

impl Clone for PrintStackBreak
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations