pub struct DecodedProgress {
pub progress: Value,
pub trace: Option<Value>,
}Expand description
Decoded kind:"progress" event.
Fields§
§progress: ValueThe raw progress payload value.
trace: Option<Value>The raw trace object, when present.
Trait Implementations§
Source§impl Clone for DecodedProgress
impl Clone for DecodedProgress
Source§fn clone(&self) -> DecodedProgress
fn clone(&self) -> DecodedProgress
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 DecodedProgress
impl Debug for DecodedProgress
Source§impl PartialEq for DecodedProgress
impl PartialEq for DecodedProgress
impl StructuralPartialEq for DecodedProgress
Auto Trait Implementations§
impl Freeze for DecodedProgress
impl RefUnwindSafe for DecodedProgress
impl Send for DecodedProgress
impl Sync for DecodedProgress
impl Unpin for DecodedProgress
impl UnsafeUnpin for DecodedProgress
impl UnwindSafe for DecodedProgress
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