pub struct TraceGroup {
pub expansions: Vec<MacroExpansion>,
}Expand description
A group of macro expansions from a single note: trace_macro block.
Fields§
§expansions: Vec<MacroExpansion>Trait Implementations§
Source§impl Clone for TraceGroup
impl Clone for TraceGroup
Source§fn clone(&self) -> TraceGroup
fn clone(&self) -> TraceGroup
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 TraceGroup
impl Debug for TraceGroup
Source§impl PartialEq for TraceGroup
impl PartialEq for TraceGroup
Source§fn eq(&self, other: &TraceGroup) -> bool
fn eq(&self, other: &TraceGroup) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for TraceGroup
impl StructuralPartialEq for TraceGroup
Auto Trait Implementations§
impl Freeze for TraceGroup
impl RefUnwindSafe for TraceGroup
impl Send for TraceGroup
impl Sync for TraceGroup
impl Unpin for TraceGroup
impl UnsafeUnpin for TraceGroup
impl UnwindSafe for TraceGroup
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