pub struct PopulationSize(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for PopulationSize
impl Clone for PopulationSize
Source§fn clone(&self) -> PopulationSize
fn clone(&self) -> PopulationSize
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 moreSource§impl Debug for PopulationSize
impl Debug for PopulationSize
Source§impl Display for PopulationSize
impl Display for PopulationSize
Source§impl Hash for PopulationSize
impl Hash for PopulationSize
Source§impl Ord for PopulationSize
impl Ord for PopulationSize
Source§fn cmp(&self, other: &PopulationSize) -> Ordering
fn cmp(&self, other: &PopulationSize) -> Ordering
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 PartialEq for PopulationSize
impl PartialEq for PopulationSize
Source§fn eq(&self, other: &PopulationSize) -> bool
fn eq(&self, other: &PopulationSize) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PopulationSize
impl PartialOrd for PopulationSize
impl Copy for PopulationSize
impl Eq for PopulationSize
impl StructuralPartialEq for PopulationSize
Auto Trait Implementations§
impl Freeze for PopulationSize
impl RefUnwindSafe for PopulationSize
impl Send for PopulationSize
impl Sync for PopulationSize
impl Unpin for PopulationSize
impl UnsafeUnpin for PopulationSize
impl UnwindSafe for PopulationSize
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