pub struct TracePrintNode {
pub print_node_id: u32,
pub next_print_node_id: Option<u32>,
pub print_item: TracePrintItem,
}
Fields§
§print_node_id: u32
§next_print_node_id: Option<u32>
§print_item: TracePrintItem
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TracePrintNode
impl RefUnwindSafe for TracePrintNode
impl Send for TracePrintNode
impl Sync for TracePrintNode
impl Unpin for TracePrintNode
impl UnwindSafe for TracePrintNode
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