Enum nu_parser::NewlineMode [−][src]
pub enum NewlineMode {
Normal,
Whitespace,
}Variants
Normal
Treat newlines as a group separator
Whitespace
Treat newlines as just another whitespace
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NewlineMode
impl Send for NewlineMode
impl Sync for NewlineMode
impl Unpin for NewlineMode
impl UnwindSafe for NewlineMode
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
