Enum base64::LineEnding[][src]

pub enum LineEnding {
    LF,
    CRLF,
}

Line ending used in optional line wrapping.

Variants

Unix-style \n

Windows-style \r\n

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. Read more

Auto Trait Implementations

impl Send for LineEnding

impl Sync for LineEnding