pub struct TraceSegmentStart {
pub time_ns: i64,
pub source_name: String,
}Fields§
§time_ns: i64§source_name: StringTrait Implementations§
Source§impl Clone for TraceSegmentStart
impl Clone for TraceSegmentStart
Source§fn clone(&self) -> TraceSegmentStart
fn clone(&self) -> TraceSegmentStart
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 TraceSegmentStart
impl Debug for TraceSegmentStart
Source§impl From<TraceSegmentStart> for IpcMessage
impl From<TraceSegmentStart> for IpcMessage
Source§fn from(value: TraceSegmentStart) -> Self
fn from(value: TraceSegmentStart) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TraceSegmentStart
impl RefUnwindSafe for TraceSegmentStart
impl Send for TraceSegmentStart
impl Sync for TraceSegmentStart
impl Unpin for TraceSegmentStart
impl UnsafeUnpin for TraceSegmentStart
impl UnwindSafe for TraceSegmentStart
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