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: usizeThe change of value between the current value and the previous one.
timespan: DurationThe 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]
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(&self) -> Throughput[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more
impl Debug for Throughput[src]
impl Debug 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 eq(&self, other: &Throughput) -> bool[src]This method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &Throughput) -> bool[src]
pub fn ne(&self, other: &Throughput) -> bool[src]This method tests for !=.
impl PartialOrd<Throughput> for Throughput[src]
impl PartialOrd<Throughput> for Throughput[src]pub fn partial_cmp(&self, other: &Throughput) -> Option<Ordering>[src]
pub fn partial_cmp(&self, other: &Throughput) -> Option<Ordering>[src]This method returns an ordering between self and other values if one exists. Read more
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than (for self and other) and is used by the < operator. Read more
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl Copy for Throughput[src]
impl Eq for Throughput[src]
impl StructuralEq for Throughput[src]
impl StructuralPartialEq for Throughput[src]
Auto Trait Implementations
impl RefUnwindSafe for Throughput
impl Send for Throughput
impl Sync for Throughput
impl Unpin for Throughput
impl UnwindSafe for Throughput
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for Timpl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
type Output = TShould always be Self
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more