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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Newline
[src]

impl Debug for Newline
[src]

[src]

Formats the value using the given formatter.