pub struct UpdateProgress {
pub progress: u32,
pub operation: &'static str,
}Fields§
§progress: u32§operation: &'static strTrait Implementations§
Source§impl Clone for UpdateProgress
impl Clone for UpdateProgress
Source§fn clone(&self) -> UpdateProgress
fn clone(&self) -> UpdateProgress
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 UpdateProgress
impl Debug for UpdateProgress
Source§impl Deserialize<'static> for UpdateProgress
impl Deserialize<'static> for UpdateProgress
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'static>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'static>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for UpdateProgress
impl RefUnwindSafe for UpdateProgress
impl Send for UpdateProgress
impl Sync for UpdateProgress
impl Unpin for UpdateProgress
impl UnsafeUnpin for UpdateProgress
impl UnwindSafe for UpdateProgress
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