pub enum ProgressPatch {
Value(Option<f64>),
}Variants§
Trait Implementations§
Source§impl Clone for ProgressPatch
impl Clone for ProgressPatch
Source§fn clone(&self) -> ProgressPatch
fn clone(&self) -> ProgressPatch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProgressPatch
impl Debug for ProgressPatch
Source§impl PartialEq for ProgressPatch
impl PartialEq for ProgressPatch
Source§fn eq(&self, other: &ProgressPatch) -> bool
fn eq(&self, other: &ProgressPatch) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ProgressPatch
Auto Trait Implementations§
impl Freeze for ProgressPatch
impl RefUnwindSafe for ProgressPatch
impl Send for ProgressPatch
impl Sync for ProgressPatch
impl Unpin for ProgressPatch
impl UnsafeUnpin for ProgressPatch
impl UnwindSafe for ProgressPatch
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