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