Struct git_features::progress::unit::display::Throughput [−][src]
A structure able to display throughput, a value change within a given duration.
Fields
value_change_in_timespan: usize
The change of value between the current value and the previous one.
timespan: Duration
The amount of time passed between the previous and the current value.
Implementations
impl Throughput
[src]
impl Throughput
[src]pub fn new(value_change_in_timespan: usize, timespan: Duration) -> Throughput
[src]
A convenience method to create a new ThroughPut from value_change_in_timespan
and timespan
.
Trait Implementations
impl Clone for Throughput
[src]
impl Clone for Throughput
[src]pub fn clone(&self) -> Throughput
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for Throughput
[src]
impl Copy for Throughput
[src]impl Eq for Throughput
[src]
impl Eq for Throughput
[src]impl Ord for Throughput
[src]
impl Ord for Throughput
[src]impl PartialEq<Throughput> for Throughput
[src]
impl PartialEq<Throughput> for Throughput
[src]pub fn eq(&self, other: &Throughput) -> bool
[src]
pub fn ne(&self, other: &Throughput) -> bool
[src]
impl PartialOrd<Throughput> for Throughput
[src]
impl PartialOrd<Throughput> for Throughput
[src]pub fn partial_cmp(&self, other: &Throughput) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl StructuralEq for Throughput
[src]
impl StructuralEq for Throughput
[src]impl StructuralPartialEq for Throughput
[src]
impl StructuralPartialEq for Throughput
[src]Auto Trait Implementations
impl RefUnwindSafe for Throughput
impl RefUnwindSafe for Throughput
impl Send for Throughput
impl Send for Throughput
impl Sync for Throughput
impl Sync for Throughput
impl Unpin for Throughput
impl Unpin for Throughput
impl UnwindSafe for Throughput
impl UnwindSafe for Throughput