Enum base64::LineWrap[][src]

pub enum LineWrap {
    NoWrap,
    Wrap(usizeLineEnding),
}

Line wrap configuration.

Variants

Don't wrap.

Wrap lines with the specified length and line ending. The length must be > 0.

Trait Implementations

impl Clone for LineWrap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LineWrap
[src]

impl Debug for LineWrap
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for LineWrap

impl Sync for LineWrap