pub struct TraceEvent {
pub name: String,
pub outcome: &'static str,
}Fields§
§name: String§outcome: &'static strTrait Implementations§
Source§impl Clone for TraceEvent
impl Clone for TraceEvent
Source§impl Debug for TraceEvent
impl Debug for TraceEvent
impl Eq for TraceEvent
Source§impl PartialEq for TraceEvent
impl PartialEq for TraceEvent
impl StructuralPartialEq for TraceEvent
Auto Trait Implementations§
impl Freeze for TraceEvent
impl RefUnwindSafe for TraceEvent
impl Send for TraceEvent
impl Sync for TraceEvent
impl Unpin for TraceEvent
impl UnsafeUnpin for TraceEvent
impl UnwindSafe for TraceEvent
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