pub struct NumericalProfileId(/* private fields */);Expand description
Stable profile identity, interpreted within a model family’s declared catalog. The profile’s numerical ABI has a separate contract version.
Implementations§
Trait Implementations§
Source§impl Clone for NumericalProfileId
impl Clone for NumericalProfileId
Source§fn clone(&self) -> NumericalProfileId
fn clone(&self) -> NumericalProfileId
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 NumericalProfileId
impl Debug for NumericalProfileId
Source§impl<'de> Deserialize<'de> for NumericalProfileId
impl<'de> Deserialize<'de> for NumericalProfileId
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<NumericalProfileId, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<NumericalProfileId, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for NumericalProfileId
impl Display for NumericalProfileId
impl Eq for NumericalProfileId
Source§impl FromStr for NumericalProfileId
impl FromStr for NumericalProfileId
Source§impl Hash for NumericalProfileId
impl Hash for NumericalProfileId
Source§impl Ord for NumericalProfileId
impl Ord for NumericalProfileId
Source§fn cmp(&self, other: &NumericalProfileId) -> Ordering
fn cmp(&self, other: &NumericalProfileId) -> 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 NumericalProfileId
impl PartialEq for NumericalProfileId
Source§impl PartialOrd for NumericalProfileId
impl PartialOrd for NumericalProfileId
Source§impl Serialize for NumericalProfileId
impl Serialize for NumericalProfileId
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for NumericalProfileId
Auto Trait Implementations§
impl Freeze for NumericalProfileId
impl RefUnwindSafe for NumericalProfileId
impl Send for NumericalProfileId
impl Sync for NumericalProfileId
impl Unpin for NumericalProfileId
impl UnsafeUnpin for NumericalProfileId
impl UnwindSafe for NumericalProfileId
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