pub struct DecodeBase64 { /* private fields */ }
Expand description
Builder for the DecodeBase64
operation.
Implementations§
Trait Implementations§
Source§impl Debug for DecodeBase64
impl Debug for DecodeBase64
Source§impl Default for DecodeBase64
impl Default for DecodeBase64
Source§fn default() -> DecodeBase64
fn default() -> DecodeBase64
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DecodeBase64
impl RefUnwindSafe for DecodeBase64
impl Send for DecodeBase64
impl Sync for DecodeBase64
impl Unpin for DecodeBase64
impl UnwindSafe for DecodeBase64
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more