pub enum UpdateProgressResult {
Updated,
}Variants§
Updated
Progress updated.
Trait Implementations§
Source§impl Clone for UpdateProgressResult
impl Clone for UpdateProgressResult
Source§fn clone(&self) -> UpdateProgressResult
fn clone(&self) -> UpdateProgressResult
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 UpdateProgressResult
impl Debug for UpdateProgressResult
Source§impl<'de> Deserialize<'de> for UpdateProgressResult
impl<'de> Deserialize<'de> for UpdateProgressResult
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
Source§impl PartialEq for UpdateProgressResult
impl PartialEq for UpdateProgressResult
Source§impl Serialize for UpdateProgressResult
impl Serialize for UpdateProgressResult
impl Eq for UpdateProgressResult
impl StructuralPartialEq for UpdateProgressResult
Auto Trait Implementations§
impl Freeze for UpdateProgressResult
impl RefUnwindSafe for UpdateProgressResult
impl Send for UpdateProgressResult
impl Sync for UpdateProgressResult
impl Unpin for UpdateProgressResult
impl UnsafeUnpin for UpdateProgressResult
impl UnwindSafe for UpdateProgressResult
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