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