pub enum EncodeFormat {
Base64,
Escape,
Hex,
}
Expand description
The encode format.
Variants§
Trait Implementations§
Source§impl Clone for EncodeFormat
impl Clone for EncodeFormat
Source§fn clone(&self) -> EncodeFormat
fn clone(&self) -> EncodeFormat
Returns a copy 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 moreSource§impl Debug for EncodeFormat
impl Debug for EncodeFormat
Source§impl PartialEq for EncodeFormat
impl PartialEq for EncodeFormat
impl Copy for EncodeFormat
impl StructuralPartialEq for EncodeFormat
Auto Trait Implementations§
impl Freeze for EncodeFormat
impl RefUnwindSafe for EncodeFormat
impl Send for EncodeFormat
impl Sync for EncodeFormat
impl Unpin for EncodeFormat
impl UnwindSafe for EncodeFormat
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