Struct owmods_core::progress::ProgressMessagePayload
source · pub struct ProgressMessagePayload {
pub id: String,
pub msg: String,
}Expand description
Payload sent when a progress bar’s message is updated This is usually used to show the current file being extracted
Fields§
§id: StringThe ID of the progress bar
msg: StringThe message of the progress bar
Trait Implementations§
source§impl Clone for ProgressMessagePayload
impl Clone for ProgressMessagePayload
source§fn clone(&self) -> ProgressMessagePayload
fn clone(&self) -> ProgressMessagePayload
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl RefUnwindSafe for ProgressMessagePayload
impl Send for ProgressMessagePayload
impl Sync for ProgressMessagePayload
impl Unpin for ProgressMessagePayload
impl UnwindSafe for ProgressMessagePayload
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