pub struct TraceEventField {
pub metadata: TraceEventFieldMetadata,
pub values: HashMap<Value, String>,
}Fields§
§metadata: TraceEventFieldMetadata§values: HashMap<Value, String>Implementations§
Source§impl TraceEventField
impl TraceEventField
pub fn from_ipc(msg: TraceEventFieldMetadata) -> Self
Trait Implementations§
Source§impl Clone for TraceEventField
impl Clone for TraceEventField
Source§fn clone(&self) -> TraceEventField
fn clone(&self) -> TraceEventField
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 moreAuto Trait Implementations§
impl Freeze for TraceEventField
impl RefUnwindSafe for TraceEventField
impl Send for TraceEventField
impl Sync for TraceEventField
impl Unpin for TraceEventField
impl UnsafeUnpin for TraceEventField
impl UnwindSafe for TraceEventField
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