pub struct ViewerState {
pub title: String,
pub bus_line: String,
pub panes: Vec<ActuatorPane>,
pub selected: usize,
}Fields§
§title: String§bus_line: String§panes: Vec<ActuatorPane>§selected: usizeImplementations§
Source§impl ViewerState
impl ViewerState
Trait Implementations§
Source§impl Clone for ViewerState
impl Clone for ViewerState
Source§impl Debug for ViewerState
impl Debug for ViewerState
Source§impl PartialEq for ViewerState
impl PartialEq for ViewerState
impl StructuralPartialEq for ViewerState
Auto Trait Implementations§
impl Freeze for ViewerState
impl RefUnwindSafe for ViewerState
impl Send for ViewerState
impl Sync for ViewerState
impl Unpin for ViewerState
impl UnsafeUnpin for ViewerState
impl UnwindSafe for ViewerState
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