pub struct ProgressTotal {
pub bytes: u64,
pub estimated: bool,
}Expand description
What the progress bar measures against.
Fields§
§bytes: u64§estimated: boolThe total is a prediction, not the server’s word.
Trait Implementations§
Source§impl Clone for ProgressTotal
impl Clone for ProgressTotal
Source§fn clone(&self) -> ProgressTotal
fn clone(&self) -> ProgressTotal
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 ProgressTotal
impl Debug for ProgressTotal
Source§impl PartialEq for ProgressTotal
impl PartialEq for ProgressTotal
Source§fn eq(&self, other: &ProgressTotal) -> bool
fn eq(&self, other: &ProgressTotal) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ProgressTotal
impl Eq for ProgressTotal
impl StructuralPartialEq for ProgressTotal
Auto Trait Implementations§
impl Freeze for ProgressTotal
impl RefUnwindSafe for ProgressTotal
impl Send for ProgressTotal
impl Sync for ProgressTotal
impl Unpin for ProgressTotal
impl UnsafeUnpin for ProgressTotal
impl UnwindSafe for ProgressTotal
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more