pub struct TraceStartEvent {
pub event_count: EventCount,
pub timestamp: Timestamp,
pub current_task_handle: ObjectHandle,
pub current_task: TaskName,
}Fields§
§event_count: EventCount§timestamp: Timestamp§current_task_handle: ObjectHandle§current_task: TaskNameTrait Implementations§
Source§impl Clone for TraceStartEvent
impl Clone for TraceStartEvent
Source§fn clone(&self) -> TraceStartEvent
fn clone(&self) -> TraceStartEvent
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 TraceStartEvent
impl Debug for TraceStartEvent
Source§impl Display for TraceStartEvent
impl Display for TraceStartEvent
Source§impl Hash for TraceStartEvent
impl Hash for TraceStartEvent
Source§impl Ord for TraceStartEvent
impl Ord for TraceStartEvent
Source§fn cmp(&self, other: &TraceStartEvent) -> Ordering
fn cmp(&self, other: &TraceStartEvent) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TraceStartEvent
impl PartialEq for TraceStartEvent
Source§impl PartialOrd for TraceStartEvent
impl PartialOrd for TraceStartEvent
impl Eq for TraceStartEvent
impl StructuralPartialEq for TraceStartEvent
Auto Trait Implementations§
impl Freeze for TraceStartEvent
impl RefUnwindSafe for TraceStartEvent
impl Send for TraceStartEvent
impl Sync for TraceStartEvent
impl Unpin for TraceStartEvent
impl UnwindSafe for TraceStartEvent
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