pub struct ShellView {
pub state: ShellState,
pub elapsed: Duration,
pub stop_enabled: bool,
}Expand description
One snapshot, as every native indicator sees it.
Fields§
§state: ShellState§elapsed: Duration§stop_enabled: boolImplementations§
Trait Implementations§
impl Copy for ShellView
impl Eq for ShellView
impl StructuralPartialEq for ShellView
Auto Trait Implementations§
impl Freeze for ShellView
impl RefUnwindSafe for ShellView
impl Send for ShellView
impl Sync for ShellView
impl Unpin for ShellView
impl UnsafeUnpin for ShellView
impl UnwindSafe for ShellView
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