Struct rustc_serialize::base64::Config
[−]
[src]
pub struct Config { pub char_set: CharacterSet, pub newline: Newline, pub pad: bool, pub line_length: Option<usize>, }
Contains configuration parameters for to_base64
.
Fields
char_set | Character set to use |
newline | Newline to use |
pad | True to pad output with |
line_length |
|
Trait Implementations
Derived Implementations
impl Debug for Config
[src]
impl Copy for Config
[src]
impl Clone for Config
[src]
fn clone(&self) -> Config
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more