pub enum EncodingFormat {
Float,
}Expand description
The format of the output data.
Variants§
Float
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 Hash for EncodingFormat
impl Hash for EncodingFormat
Source§impl Ord for EncodingFormat
impl Ord for EncodingFormat
Source§fn cmp(&self, other: &EncodingFormat) -> Ordering
fn cmp(&self, other: &EncodingFormat) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EncodingFormat
impl PartialEq for EncodingFormat
Source§impl PartialOrd for EncodingFormat
impl PartialOrd for EncodingFormat
Source§impl Serialize for EncodingFormat
impl Serialize for EncodingFormat
impl Copy for EncodingFormat
impl Eq 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.