pub struct ProgressComplete {
pub id: String,
pub message: Option<String>,
}Expand description
Event to complete a progress
Fields§
§id: StringID of the progress to complete
message: Option<String>Optional completion message (will show as success toast)
Implementations§
Trait Implementations§
Source§impl Clone for ProgressComplete
impl Clone for ProgressComplete
Source§fn clone(&self) -> ProgressComplete
fn clone(&self) -> ProgressComplete
Returns a duplicate 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 moreSource§impl Debug for ProgressComplete
impl Debug for ProgressComplete
Auto Trait Implementations§
impl Freeze for ProgressComplete
impl RefUnwindSafe for ProgressComplete
impl Send for ProgressComplete
impl Sync for ProgressComplete
impl Unpin for ProgressComplete
impl UnwindSafe for ProgressComplete
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