Struct demes_forward::ForwardTime
source · pub struct ForwardTime(_);Expand description
Representating of time moving in a forward direction.
Implementations§
source§impl ForwardTime
impl ForwardTime
Trait Implementations§
source§impl Add<ForwardTime> for ForwardTime
impl Add<ForwardTime> for ForwardTime
source§impl Clone for ForwardTime
impl Clone for ForwardTime
source§fn clone(&self) -> ForwardTime
fn clone(&self) -> ForwardTime
Returns a copy 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 ForwardTime
impl Debug for ForwardTime
source§impl Display for ForwardTime
impl Display for ForwardTime
source§impl PartialEq<ForwardTime> for ForwardTime
impl PartialEq<ForwardTime> for ForwardTime
source§fn eq(&self, other: &ForwardTime) -> bool
fn eq(&self, other: &ForwardTime) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<ForwardTime> for ForwardTime
impl PartialOrd<ForwardTime> for ForwardTime
source§fn partial_cmp(&self, other: &ForwardTime) -> Option<Ordering>
fn partial_cmp(&self, other: &ForwardTime) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more