pub struct ProgressStateWrapper(pub ProgressState);
Tuple Fields§
§0: ProgressState
Trait Implementations§
Source§impl From<ProgressBarStatus> for ProgressStateWrapper
impl From<ProgressBarStatus> for ProgressStateWrapper
Source§fn from(status: ProgressBarStatus) -> Self
fn from(status: ProgressBarStatus) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ProgressStateWrapper
impl RefUnwindSafe for ProgressStateWrapper
impl Send for ProgressStateWrapper
impl Sync for ProgressStateWrapper
impl Unpin for ProgressStateWrapper
impl UnwindSafe for ProgressStateWrapper
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