Enum base64::LineEnding [−][src]
pub enum LineEnding {
LF,
CRLF,
}Line ending used in optional line wrapping.
Variants
LFUnix-style \n
CRLFWindows-style \r\n
Trait Implementations
impl Clone for LineEnding[src]
impl Clone for LineEndingfn clone(&self) -> LineEnding[src]
fn clone(&self) -> LineEndingReturns 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 LineEnding[src]
impl Copy for LineEndingimpl Debug for LineEnding[src]
impl Debug for LineEndingAuto Trait Implementations
impl Send for LineEnding
impl Send for LineEndingimpl Sync for LineEnding
impl Sync for LineEnding