pub enum EncodingFormat {
Float,
Base64,
}
Variants§
Trait Implementations§
Source§impl Clone for EncodingFormat
impl Clone for EncodingFormat
Source§fn clone(&self) -> EncodingFormat
fn clone(&self) -> EncodingFormat
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 moreSource§impl Debug for EncodingFormat
impl Debug for EncodingFormat
Source§impl Default for EncodingFormat
impl Default for EncodingFormat
Source§fn default() -> EncodingFormat
fn default() -> EncodingFormat
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EncodingFormat
impl<'de> Deserialize<'de> for EncodingFormat
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for EncodingFormat
impl PartialEq for EncodingFormat
Source§impl Serialize for EncodingFormat
impl Serialize for EncodingFormat
impl StructuralPartialEq for EncodingFormat
Auto Trait Implementations§
impl Freeze for EncodingFormat
impl RefUnwindSafe for EncodingFormat
impl Send for EncodingFormat
impl Sync for EncodingFormat
impl Unpin for EncodingFormat
impl UnwindSafe for EncodingFormat
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