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