Struct base64::Config
[−]
[src]
pub struct Config { /* fields omitted */ }
Contains configuration parameters for base64 encoding
Methods
impl Config
[src]
pub fn new(
char_set: CharacterSet,
pad: bool,
strip_whitespace: bool,
input_line_wrap: LineWrap
) -> Config
[src]
char_set: CharacterSet,
pad: bool,
strip_whitespace: bool,
input_line_wrap: LineWrap
) -> Config
Create a new Config
.
Trait Implementations
impl Clone for Config
[src]
fn clone(&self) -> Config
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more