pub struct LiveProcessReport { /* private fields */ }Expand description
Process result for one live callback.
Implementations§
Source§impl LiveProcessReport
impl LiveProcessReport
Sourcepub fn control_events(self) -> usize
pub fn control_events(self) -> usize
Returns the number of control events applied this block.
Sourcepub fn dropped_control_events(self) -> u64
pub fn dropped_control_events(self) -> u64
Returns the number of control events dropped before this block.
Trait Implementations§
Source§impl Clone for LiveProcessReport
impl Clone for LiveProcessReport
Source§fn clone(&self) -> LiveProcessReport
fn clone(&self) -> LiveProcessReport
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 moreimpl Copy for LiveProcessReport
Source§impl Debug for LiveProcessReport
impl Debug for LiveProcessReport
impl Eq for LiveProcessReport
Source§impl PartialEq for LiveProcessReport
impl PartialEq for LiveProcessReport
impl StructuralPartialEq for LiveProcessReport
Auto Trait Implementations§
impl Freeze for LiveProcessReport
impl RefUnwindSafe for LiveProcessReport
impl Send for LiveProcessReport
impl Sync for LiveProcessReport
impl Unpin for LiveProcessReport
impl UnsafeUnpin for LiveProcessReport
impl UnwindSafe for LiveProcessReport
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