pub enum Msg {
SelectLine(String),
ClearSelection,
}Expand description
A robot-/CLI-addressable control message (FC-2) — the named boundary a headless
driver (or a host) drives the metro view through. Applied by
MetroView::update; the same Msg a host’s drill-in gesture would produce.
Variants§
SelectLine(String)
Drill into a line by its stable id (FC-5) — the host’s line select.
ClearSelection
Clear the drill-in selection.
Trait Implementations§
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