Enum base64::LineEnding [] [src]

pub enum LineEnding {
    LF,
    CRLF,
}

Variants

Trait Implementations

impl Clone for LineEnding
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LineEnding
[src]

impl Debug for LineEnding
[src]

Formats the value using the given formatter.