Struct systemctl_tui::components::home::StatefulList
source · pub struct StatefulList<T> { /* private fields */ }Implementations§
source§impl<T> StatefulList<T>
impl<T> StatefulList<T>
pub fn with_items(items: Vec<T>) -> StatefulList<T>
Trait Implementations§
source§impl Default for StatefulList<UnitStatus>
impl Default for StatefulList<UnitStatus>
Auto Trait Implementations§
impl<T> RefUnwindSafe for StatefulList<T>where T: RefUnwindSafe,
impl<T> Send for StatefulList<T>where T: Send,
impl<T> Sync for StatefulList<T>where T: Sync,
impl<T> Unpin for StatefulList<T>where T: Unpin,
impl<T> UnwindSafe for StatefulList<T>where T: UnwindSafe,
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere T: Default,
type NoneType = T
§fn null_value() -> T
fn null_value() -> T
The none-equivalent value.