pub struct NodeDebugLayout {
pub labels: HashMap<Uuid, String>,
}
Expand description
For internal use, this struct represents the debug layout of a node. It is used to store the labels of the primitives in the node.
Fields§
§labels: HashMap<Uuid, String>
Auto Trait Implementations§
impl Freeze for NodeDebugLayout
impl RefUnwindSafe for NodeDebugLayout
impl Send for NodeDebugLayout
impl Sync for NodeDebugLayout
impl Unpin for NodeDebugLayout
impl UnwindSafe for NodeDebugLayout
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