Enum rustc_serialize::base64::Newline [] [src]

pub enum Newline {
    LF,
    CRLF,
}
[]

Available newline types

Variants

[]

A linefeed (i.e. Unix-style newline)

[]

A carriage return and a linefeed (i.e. Windows-style newline)

Trait Implementations

impl Clone for Newline
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for Newline
[src]

impl Debug for Newline
[src]

[]

Formats the value using the given formatter.