Enum rustc_serialize::base64::Newline [−][src]
pub enum Newline {
LF,
CRLF,
}Available newline types
Variants
LFA linefeed (i.e. Unix-style newline)
CRLFA carriage return and a linefeed (i.e. Windows-style newline)
Trait Implementations
impl Clone for Newline[src]
impl Clone for Newlinefn clone(&self) -> Newline[src]
fn clone(&self) -> NewlineReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for Newline[src]
impl Copy for Newlineimpl Debug for Newline[src]
impl Debug for Newline