Struct short_crypt::base64::Config [−]
pub struct Config { /* fields omitted */ }Contains configuration parameters for base64 encoding
Methods
impl Config
impl Configpub fn new(
char_set: CharacterSet,
pad: bool,
strip_whitespace: bool,
input_line_wrap: LineWrap
) -> Config
pub fn new(
char_set: CharacterSet,
pad: bool,
strip_whitespace: bool,
input_line_wrap: LineWrap
) -> ConfigCreate a new Config.
Trait Implementations
impl Clone for Config
impl Clone for Configfn clone(&self) -> Config
fn clone(&self) -> ConfigReturns 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 Debug for Config
impl Debug for Configfn fmt(&self, f: &mut Formatter) -> Result<(), Error>
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Copy for Config
impl Copy for Config