pub struct ModelFingerprint(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ModelFingerprint
impl Clone for ModelFingerprint
Source§fn clone(&self) -> ModelFingerprint
fn clone(&self) -> ModelFingerprint
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 ModelFingerprint
impl Debug for ModelFingerprint
Source§impl<'de> Deserialize<'de> for ModelFingerprint
impl<'de> Deserialize<'de> for ModelFingerprint
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 ModelFingerprint
impl Display for ModelFingerprint
Source§impl Hash for ModelFingerprint
impl Hash for ModelFingerprint
Source§impl Ord for ModelFingerprint
impl Ord for ModelFingerprint
Source§fn cmp(&self, other: &ModelFingerprint) -> Ordering
fn cmp(&self, other: &ModelFingerprint) -> 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 ModelFingerprint
impl PartialEq for ModelFingerprint
Source§fn eq(&self, other: &ModelFingerprint) -> bool
fn eq(&self, other: &ModelFingerprint) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ModelFingerprint
impl PartialOrd for ModelFingerprint
Source§impl Serialize for ModelFingerprint
impl Serialize for ModelFingerprint
impl Eq for ModelFingerprint
impl StructuralPartialEq for ModelFingerprint
Auto Trait Implementations§
impl Freeze for ModelFingerprint
impl RefUnwindSafe for ModelFingerprint
impl Send for ModelFingerprint
impl Sync for ModelFingerprint
impl Unpin for ModelFingerprint
impl UnsafeUnpin for ModelFingerprint
impl UnwindSafe for ModelFingerprint
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