pub struct QuantizationFormatId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for QuantizationFormatId
impl Clone for QuantizationFormatId
Source§fn clone(&self) -> QuantizationFormatId
fn clone(&self) -> QuantizationFormatId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 QuantizationFormatId
impl Debug for QuantizationFormatId
Source§impl<'de> Deserialize<'de> for QuantizationFormatId
impl<'de> Deserialize<'de> for QuantizationFormatId
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 Display for QuantizationFormatId
impl Display for QuantizationFormatId
impl Eq for QuantizationFormatId
Source§impl From<QuantizationFormatId> for String
impl From<QuantizationFormatId> for String
Source§fn from(value: QuantizationFormatId) -> Self
fn from(value: QuantizationFormatId) -> Self
Converts to this type from the input type.
Source§impl Hash for QuantizationFormatId
impl Hash for QuantizationFormatId
Source§impl Ord for QuantizationFormatId
impl Ord for QuantizationFormatId
Source§fn cmp(&self, other: &QuantizationFormatId) -> Ordering
fn cmp(&self, other: &QuantizationFormatId) -> Ordering
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for QuantizationFormatId
impl PartialEq for QuantizationFormatId
Source§impl PartialOrd for QuantizationFormatId
impl PartialOrd for QuantizationFormatId
Source§impl Serialize for QuantizationFormatId
impl Serialize for QuantizationFormatId
impl StructuralPartialEq for QuantizationFormatId
Auto Trait Implementations§
impl Freeze for QuantizationFormatId
impl RefUnwindSafe for QuantizationFormatId
impl Send for QuantizationFormatId
impl Sync for QuantizationFormatId
impl Unpin for QuantizationFormatId
impl UnsafeUnpin for QuantizationFormatId
impl UnwindSafe for QuantizationFormatId
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