pub struct SidebarProps {
pub gateway_label: String,
pub task_text: String,
pub streaming: bool,
pub elapsed: String,
pub spinner_tick: usize,
pub threads: Vec<ThreadInfo>,
pub focused: bool,
pub selected: usize,
}Fields§
§gateway_label: String§task_text: String§streaming: bool§elapsed: String§spinner_tick: usize§threads: Vec<ThreadInfo>§focused: bool§selected: usizeTrait Implementations§
Source§impl Default for SidebarProps
impl Default for SidebarProps
Source§fn default() -> SidebarProps
fn default() -> SidebarProps
Returns the “default value” for a type. Read more
impl Props for SidebarProps
Auto Trait Implementations§
impl Freeze for SidebarProps
impl RefUnwindSafe for SidebarProps
impl Send for SidebarProps
impl Sync for SidebarProps
impl Unpin for SidebarProps
impl UnsafeUnpin for SidebarProps
impl UnwindSafe for SidebarProps
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