pub enum DepGraphMsg {
SelectNode(String),
ClearSelection,
}Expand description
A robot-/CLI-addressable control message (FC-2) — the named boundary a headless
driver (or a host) drives the graph through, the same effect a node-box click
produces. Applied by DepGraphView::update.
Variants§
SelectNode(String)
Toggle-select a node by its stable label (the box click): re-selecting the open node clears it.
ClearSelection
Clear the drill-in selection.
Trait Implementations§
impl Eq for Msg
impl StructuralPartialEq for Msg
Auto Trait Implementations§
impl Freeze for Msg
impl RefUnwindSafe for Msg
impl Send for Msg
impl Sync for Msg
impl Unpin for Msg
impl UnsafeUnpin for Msg
impl UnwindSafe for Msg
Blanket Implementations§
impl<T> Allocation for T
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