pub struct Base64Encode { /* private fields */ }Implementations§
Source§impl Base64Encode
impl Base64Encode
pub const fn new(format: Base64Format, pad: bool) -> Self
Trait Implementations§
Source§impl Clone for Base64Encode
impl Clone for Base64Encode
Source§fn clone(&self) -> Base64Encode
fn clone(&self) -> Base64Encode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for Base64Encode
impl RefUnwindSafe for Base64Encode
impl Send for Base64Encode
impl Sync for Base64Encode
impl Unpin for Base64Encode
impl UnwindSafe for Base64Encode
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