Struct leetcode_tui_rs::app_ui::widgets::CommonState
source · pub struct CommonState {
pub widget_name: WidgetName,
pub task_sender: ChannelRequestSender,
pub is_navigable: bool,
pub notification_queue: VecDeque<Notification>,
/* private fields */
}
Fields§
§widget_name: WidgetName
§task_sender: ChannelRequestSender
§notification_queue: VecDeque<Notification>
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for CommonState
impl !Send for CommonState
impl !Sync for CommonState
impl Unpin for CommonState
impl !UnwindSafe for CommonState
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