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