pub struct TraceNode {
pub entity_type: String,
pub entity_id: Option<u64>,
pub comment: String,
}Fields§
§entity_type: String§entity_id: Option<u64>§comment: StringTrait Implementations§
impl Eq for TraceNode
impl StructuralPartialEq for TraceNode
Auto Trait Implementations§
impl Freeze for TraceNode
impl RefUnwindSafe for TraceNode
impl Send for TraceNode
impl Sync for TraceNode
impl Unpin for TraceNode
impl UnsafeUnpin for TraceNode
impl UnwindSafe for TraceNode
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