pub struct DownloadColumn {
pub style: Style,
pub separator: String,
}Expand description
Shows “completed/total” with file size formatting.
Fields§
§style: Style§separator: StringImplementations§
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 Default for DownloadColumn
impl Default for DownloadColumn
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