Struct uiua::TraceFrame
source · pub struct TraceFrame {
pub id: FunctionId,
pub span: Span,
}Expand description
A frame in a trace
Fields§
§id: FunctionIdThe function that was called
span: SpanThe span of the call
Trait Implementations§
source§impl Clone for TraceFrame
impl Clone for TraceFrame
source§fn clone(&self) -> TraceFrame
fn clone(&self) -> TraceFrame
Returns a copy 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 TraceFrame
impl Debug for TraceFrame
source§impl PartialEq for TraceFrame
impl PartialEq for TraceFrame
source§fn eq(&self, other: &TraceFrame) -> bool
fn eq(&self, other: &TraceFrame) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for TraceFrame
impl StructuralEq for TraceFrame
impl StructuralPartialEq for TraceFrame
Auto Trait Implementations§
impl RefUnwindSafe for TraceFrame
impl Send for TraceFrame
impl Sync for TraceFrame
impl Unpin for TraceFrame
impl UnwindSafe for TraceFrame
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more