Struct move_bytecode_viewer::tui::tui_interface::TUIOutput
source · [−]Expand description
The output that will be display in the TUI. The text in the left_screen and right_screen
fields will be displayed on the left screen and right screen respectively.
Fields
left_screen: Vec<Spans<'a>>The text to be displayed on the left screen. Each Spans in the vector is a line.
right_screen: Vec<Spans<'a>>The text to be displayed on the right screen. Each Spans in the vector is a line.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for TUIOutput<'a>
impl<'a> Send for TUIOutput<'a>
impl<'a> Sync for TUIOutput<'a>
impl<'a> Unpin for TUIOutput<'a>
impl<'a> UnwindSafe for TUIOutput<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more