Struct short_crypt::base64::Config[]

pub struct Config { /* fields omitted */ }

Contains configuration parameters for base64 encoding

Methods

impl Config

Create a new Config.

Trait Implementations

impl Clone for Config

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Config

Formats the value using the given formatter. Read more

impl Copy for Config

Auto Trait Implementations

impl Send for Config

impl Sync for Config