Struct base64::Config [−][src]
Contains configuration parameters for base64 encoding
Implementations
impl Config
[src][−]
pub const fn new(char_set: CharacterSet, pad: bool) -> Config
[src][−]
Create a new Config
.
pub const fn pad(self, pad: bool) -> Config
[src][−]
Sets whether to pad output with =
characters.
pub const fn decode_allow_trailing_bits(self, allow: bool) -> Config
[src][−]
Sets whether to emit errors for nonzero trailing bits.
This is useful when implementing forgiving-base64 decode.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,