Enum ffsend_api::crypto::b64::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 Debug for LineEnding[src]
impl Debug for LineEndingfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Copy for LineEnding[src]
impl Copy for LineEndingAuto Trait Implementations
impl Send for LineEnding
impl Send for LineEndingimpl Sync for LineEnding
impl Sync for LineEnding