Struct base64_t::Config [] [src]

pub struct Config { /* fields omitted */ }

Contains configuration parameters for base64 encoding

Methods

impl Config
[src]

[src]

Create a new Config.

Trait Implementations

impl Copy for Config
[src]

impl Clone for Config
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Config
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Config

impl Sync for Config