Enum syntax::print::pp::PrintStackBreak [−][src]
pub enum PrintStackBreak {
Fits,
Broken(Breaks),
}Variants
FitsBroken(Breaks)
Trait Implementations
impl Copy for PrintStackBreak[src]
impl Copy for PrintStackBreakimpl Clone for PrintStackBreak[src]
impl Clone for PrintStackBreakfn clone(&self) -> PrintStackBreak[src]
fn clone(&self) -> PrintStackBreakReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for PrintStackBreak
impl Send for PrintStackBreakimpl Sync for PrintStackBreak
impl Sync for PrintStackBreak