Struct base64::Config [] [src]

pub struct Config {
    pub char_set: CharacterSet,
    pub pad: bool,
}

Contains configuration parameters for base64 encoding

Fields

Character set to use

True to pad output with = characters

Trait Implementations

impl Clone for Config
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Config
[src]

impl Debug for Config
[src]

Formats the value using the given formatter.