pub struct MofNCompleteColumn {
pub style: Style,
pub separator: String,
}Expand description
Shows “completed / total” style.
Fields§
§style: Style§separator: StringImplementations§
Trait Implementations§
Source§impl Clone for MofNCompleteColumn
impl Clone for MofNCompleteColumn
Source§fn clone(&self) -> MofNCompleteColumn
fn clone(&self) -> MofNCompleteColumn
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 MofNCompleteColumn
impl Debug for MofNCompleteColumn
Source§impl Default for MofNCompleteColumn
impl Default for MofNCompleteColumn
Auto Trait Implementations§
impl Freeze for MofNCompleteColumn
impl RefUnwindSafe for MofNCompleteColumn
impl Send for MofNCompleteColumn
impl Sync for MofNCompleteColumn
impl Unpin for MofNCompleteColumn
impl UnsafeUnpin for MofNCompleteColumn
impl UnwindSafe for MofNCompleteColumn
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