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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for LineWrap
[src]

impl Debug for LineWrap
[src]

[src]

Formats the value using the given formatter.