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