pub struct WeightFormatId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for WeightFormatId
impl Clone for WeightFormatId
Source§fn clone(&self) -> WeightFormatId
fn clone(&self) -> WeightFormatId
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 WeightFormatId
impl Debug for WeightFormatId
Source§impl<'de> Deserialize<'de> for WeightFormatId
impl<'de> Deserialize<'de> for WeightFormatId
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 WeightFormatId
impl Display for WeightFormatId
impl Eq for WeightFormatId
Source§impl From<WeightFormatId> for String
impl From<WeightFormatId> for String
Source§fn from(value: WeightFormatId) -> Self
fn from(value: WeightFormatId) -> Self
Converts to this type from the input type.
Source§impl Hash for WeightFormatId
impl Hash for WeightFormatId
Source§impl Ord for WeightFormatId
impl Ord for WeightFormatId
Source§fn cmp(&self, other: &WeightFormatId) -> Ordering
fn cmp(&self, other: &WeightFormatId) -> 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
Source§impl PartialEq for WeightFormatId
impl PartialEq for WeightFormatId
Source§impl PartialOrd for WeightFormatId
impl PartialOrd for WeightFormatId
Source§impl Serialize for WeightFormatId
impl Serialize for WeightFormatId
impl StructuralPartialEq for WeightFormatId
Auto Trait Implementations§
impl Freeze for WeightFormatId
impl RefUnwindSafe for WeightFormatId
impl Send for WeightFormatId
impl Sync for WeightFormatId
impl Unpin for WeightFormatId
impl UnsafeUnpin for WeightFormatId
impl UnwindSafe for WeightFormatId
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