pub struct BoundedCurveId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for BoundedCurveId
impl Clone for BoundedCurveId
Source§fn clone(&self) -> BoundedCurveId
fn clone(&self) -> BoundedCurveId
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 moreimpl Copy for BoundedCurveId
Source§impl Debug for BoundedCurveId
impl Debug for BoundedCurveId
impl Eq for BoundedCurveId
Source§impl Hash for BoundedCurveId
impl Hash for BoundedCurveId
Source§impl PartialEq for BoundedCurveId
impl PartialEq for BoundedCurveId
Source§fn eq(&self, other: &BoundedCurveId) -> bool
fn eq(&self, other: &BoundedCurveId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BoundedCurveId
Auto Trait Implementations§
impl Freeze for BoundedCurveId
impl RefUnwindSafe for BoundedCurveId
impl Send for BoundedCurveId
impl Sync for BoundedCurveId
impl Unpin for BoundedCurveId
impl UnsafeUnpin for BoundedCurveId
impl UnwindSafe for BoundedCurveId
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