Struct base64::Config[][src]

pub struct Config { /* fields omitted */ }
[]

Contains configuration parameters for base64 encoding

Methods

impl Config
[src]
[]

[]

Create a new Config.

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

Auto Trait Implementations

impl Send for Config

impl Sync for Config