pub struct DownloadColumn {
pub binary_units: bool,
}Fields§
§binary_units: boolImplementations§
Source§impl DownloadColumn
impl DownloadColumn
pub fn new() -> Self
pub fn with_binary_units(self, binary_units: bool) -> Self
Trait Implementations§
Source§impl Clone for DownloadColumn
impl Clone for DownloadColumn
Source§fn clone(&self) -> DownloadColumn
fn clone(&self) -> DownloadColumn
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 DownloadColumn
impl Debug for DownloadColumn
Source§impl ProgressColumn for DownloadColumn
impl ProgressColumn for DownloadColumn
fn table_column(&self) -> Column
fn render( &self, task: &ProgressTask, _now: f64, _options: &ConsoleOptions, ) -> Box<dyn Renderable + Send + Sync>
fn max_refresh(&self) -> Option<Duration>
Auto Trait Implementations§
impl Freeze for DownloadColumn
impl RefUnwindSafe for DownloadColumn
impl Send for DownloadColumn
impl Sync for DownloadColumn
impl Unpin for DownloadColumn
impl UnsafeUnpin for DownloadColumn
impl UnwindSafe for DownloadColumn
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