pub struct TraceContent {
pub frames: Vec<TraceFrame>,
}Expand description
Payload for trace frames.
Fields§
§frames: Vec<TraceFrame>Trait Implementations§
Source§impl Clone for TraceContent
impl Clone for TraceContent
Source§fn clone(&self) -> TraceContent
fn clone(&self) -> TraceContent
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 TraceContent
impl Debug for TraceContent
Auto Trait Implementations§
impl Freeze for TraceContent
impl RefUnwindSafe for TraceContent
impl Send for TraceContent
impl Sync for TraceContent
impl Unpin for TraceContent
impl UnwindSafe for TraceContent
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