pub struct IntegerWrapper(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for IntegerWrapper
impl Clone for IntegerWrapper
Source§fn clone(&self) -> IntegerWrapper
fn clone(&self) -> IntegerWrapper
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 IntegerWrapper
impl Debug for IntegerWrapper
Source§impl Estimator for IntegerWrapper
the goal here is to find the weighted median of all the values
impl Estimator for IntegerWrapper
the goal here is to find the weighted median of all the values
Source§impl Hash for IntegerWrapper
impl Hash for IntegerWrapper
Source§impl Ord for IntegerWrapper
impl Ord for IntegerWrapper
Source§fn cmp(&self, other: &IntegerWrapper) -> Ordering
fn cmp(&self, other: &IntegerWrapper) -> 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 IntegerWrapper
impl PartialEq for IntegerWrapper
Source§impl PartialOrd for IntegerWrapper
impl PartialOrd for IntegerWrapper
Source§impl Serialize for IntegerWrapper
impl Serialize for IntegerWrapper
impl Eq for IntegerWrapper
impl StructuralPartialEq for IntegerWrapper
Auto Trait Implementations§
impl Freeze for IntegerWrapper
impl RefUnwindSafe for IntegerWrapper
impl Send for IntegerWrapper
impl Sync for IntegerWrapper
impl Unpin for IntegerWrapper
impl UnwindSafe for IntegerWrapper
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