pub struct CurveId(pub u64);Expand description
Key of Sketch::curves.
Tuple Fields§
§0: u64Trait Implementations§
impl Copy for CurveId
Source§impl<'de> Deserialize<'de> for CurveId
impl<'de> Deserialize<'de> for CurveId
Source§fn deserialize<D: Deserializer<'de>>(d: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(d: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
impl Eq for CurveId
Source§impl Ord for CurveId
impl Ord for CurveId
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 PartialOrd for CurveId
impl PartialOrd for CurveId
impl StructuralPartialEq for CurveId
Auto Trait Implementations§
impl Freeze for CurveId
impl RefUnwindSafe for CurveId
impl Send for CurveId
impl Sync for CurveId
impl Unpin for CurveId
impl UnsafeUnpin for CurveId
impl UnwindSafe for CurveId
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