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