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

Derived Implementations

impl Debug for Newline

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

impl Copy for Newline

impl Clone for Newline

fn clone(&self) -> Newline

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