pub struct InfiniteProgressBar { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Default for InfiniteProgressBar
impl Default for InfiniteProgressBar
Source§fn default() -> InfiniteProgressBar
fn default() -> InfiniteProgressBar
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InfiniteProgressBar
impl RefUnwindSafe for InfiniteProgressBar
impl Send for InfiniteProgressBar
impl Sync for InfiniteProgressBar
impl Unpin for InfiniteProgressBar
impl UnwindSafe for InfiniteProgressBar
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