Enum base64::LineWrap [] [src]

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

Variants

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.