pub enum WaveProgress {
InProgress {
received: u32,
expected: u32,
},
Complete,
}Expand description
Progress indicator returned by record_result.
Variants§
Trait Implementations§
Source§impl Debug for WaveProgress
impl Debug for WaveProgress
Source§impl PartialEq for WaveProgress
impl PartialEq for WaveProgress
impl Eq for WaveProgress
impl StructuralPartialEq for WaveProgress
Auto Trait Implementations§
impl Freeze for WaveProgress
impl RefUnwindSafe for WaveProgress
impl Send for WaveProgress
impl Sync for WaveProgress
impl Unpin for WaveProgress
impl UnsafeUnpin for WaveProgress
impl UnwindSafe for WaveProgress
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.