pub struct ProgressBarColors { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ProgressBarColors
impl Clone for ProgressBarColors
Source§fn clone(&self) -> ProgressBarColors
fn clone(&self) -> ProgressBarColors
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 moreimpl Copy for ProgressBarColors
Source§impl Debug for ProgressBarColors
impl Debug for ProgressBarColors
Source§impl Default for ProgressBarColors
impl Default for ProgressBarColors
Source§fn default() -> ProgressBarColors
fn default() -> ProgressBarColors
Returns the “default value” for a type. Read more
impl Eq for ProgressBarColors
Source§impl PartialEq for ProgressBarColors
impl PartialEq for ProgressBarColors
impl StructuralPartialEq for ProgressBarColors
Auto Trait Implementations§
impl Freeze for ProgressBarColors
impl RefUnwindSafe for ProgressBarColors
impl Send for ProgressBarColors
impl Sync for ProgressBarColors
impl Unpin for ProgressBarColors
impl UnsafeUnpin for ProgressBarColors
impl UnwindSafe for ProgressBarColors
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