pub struct ProgressUpdated {
pub title: String,
pub description: String,
}Expand description
Progress update activity.
Fields§
§title: StringTitle of the progress update.
description: StringDescription of current progress.
Trait Implementations§
Source§impl Clone for ProgressUpdated
impl Clone for ProgressUpdated
Source§fn clone(&self) -> ProgressUpdated
fn clone(&self) -> ProgressUpdated
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 ProgressUpdated
impl Debug for ProgressUpdated
Source§impl<'de> Deserialize<'de> for ProgressUpdated
impl<'de> Deserialize<'de> for ProgressUpdated
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ProgressUpdated
impl RefUnwindSafe for ProgressUpdated
impl Send for ProgressUpdated
impl Sync for ProgressUpdated
impl Unpin for ProgressUpdated
impl UnwindSafe for ProgressUpdated
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