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

pub enum Newline {
    LF,
    CRLF,
}
[]

Available newline types

Variants

LF
[]

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

CRLF
[]

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

Trait Implementations

impl Debug for Newline
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result[]

Formats the value using the given formatter.

impl Copy for Newline
[src]

impl Clone for Newline
[src]

fn clone(&self) -> Newline[]

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0
[]

Performs copy-assignment from source. Read more