pub enum Msg {
SetLayout(GraphLayout),
}Expand description
A robot-/CLI-addressable control message (FC-2) — the named boundary a headless
driver (or a host) drives the GraphView through. Applied by
GraphView::update.
Variants§
SetLayout(GraphLayout)
Switch the node-placement strategy.
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