pub enum Base64Format {
Standard,
Url,
Mime,
}Variants§
Trait Implementations§
Source§impl Clone for Base64Format
impl Clone for Base64Format
Source§fn clone(&self) -> Base64Format
fn clone(&self) -> Base64Format
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 moreimpl Copy for Base64Format
Auto Trait Implementations§
impl Freeze for Base64Format
impl RefUnwindSafe for Base64Format
impl Send for Base64Format
impl Sync for Base64Format
impl Unpin for Base64Format
impl UnwindSafe for Base64Format
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