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