pub struct OverviewState {
pub is_open: bool,
}Expand description
The overview state communicated over the event stream.
Fields§
§is_open: boolWhether the overview is currently open.
Trait Implementations§
Source§impl Debug for OverviewState
impl Debug for OverviewState
Source§impl Default for OverviewState
impl Default for OverviewState
Source§fn default() -> OverviewState
fn default() -> OverviewState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OverviewState
impl RefUnwindSafe for OverviewState
impl Send for OverviewState
impl Sync for OverviewState
impl Unpin for OverviewState
impl UnwindSafe for OverviewState
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