pub struct PercentageProgressBar { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PercentageProgressBar
impl RefUnwindSafe for PercentageProgressBar
impl Send for PercentageProgressBar
impl Sync for PercentageProgressBar
impl Unpin for PercentageProgressBar
impl UnwindSafe for PercentageProgressBar
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