pub struct VariationKey(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for VariationKey
impl Clone for VariationKey
Source§fn clone(&self) -> VariationKey
fn clone(&self) -> VariationKey
Returns a duplicate of the value. Read more
1.0.0 · 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 VariationKey
impl Debug for VariationKey
Source§impl<'de> Deserialize<'de> for VariationKey
impl<'de> Deserialize<'de> for VariationKey
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 VariationKey
impl Display for VariationKey
Source§impl Hash for VariationKey
impl Hash for VariationKey
Source§impl Ord for VariationKey
impl Ord for VariationKey
Source§fn cmp(&self, other: &VariationKey) -> Ordering
fn cmp(&self, other: &VariationKey) -> Ordering
1.21.0 · 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 VariationKey
impl PartialEq for VariationKey
Source§impl PartialOrd for VariationKey
impl PartialOrd for VariationKey
Source§impl Serialize for VariationKey
impl Serialize for VariationKey
impl Eq for VariationKey
impl StructuralPartialEq for VariationKey
Auto Trait Implementations§
impl Freeze for VariationKey
impl RefUnwindSafe for VariationKey
impl Send for VariationKey
impl Sync for VariationKey
impl Unpin for VariationKey
impl UnsafeUnpin for VariationKey
impl UnwindSafe for VariationKey
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