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