Enum syntax::parse::parser::BlockMode[][src]

pub enum BlockMode {
    Break,
    Ignore,
}

Variants

Trait Implementations

impl Clone for BlockMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BlockMode
[src]

impl Debug for BlockMode
[src]

Formats the value using the given formatter. Read more

impl PartialEq for BlockMode
[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

impl Send for BlockMode

impl Sync for BlockMode