[][src]Struct tui_temp_fork::widgets::List

pub struct List<'b, L> where
    L: Iterator<Item = Text<'b>>, 
{ /* fields omitted */ }

Methods

impl<'b, L> List<'b, L> where
    L: Iterator<Item = Text<'b>>, 
[src]

pub fn new(items: L) -> List<'b, L>[src]

pub fn block(self, block: Block<'b>) -> List<'b, L>[src]

pub fn items<I>(self, items: I) -> List<'b, L> where
    I: IntoIterator<Item = Text<'b>, IntoIter = L>, 
[src]

pub fn style(self, style: Style) -> List<'b, L>[src]

pub fn start_corner(self, corner: Corner) -> List<'b, L>[src]

Trait Implementations

impl<'b, L> Widget for List<'b, L> where
    L: Iterator<Item = Text<'b>>, 
[src]

impl<'b, L> Default for List<'b, L> where
    L: Iterator<Item = Text<'b>> + Default
[src]

Auto Trait Implementations

impl<'b, L> Send for List<'b, L> where
    L: Send

impl<'b, L> Sync for List<'b, L> where
    L: Sync

impl<'b, L> Unpin for List<'b, L> where
    L: Unpin

impl<'b, L> UnwindSafe for List<'b, L> where
    L: UnwindSafe

impl<'b, L> RefUnwindSafe for List<'b, L> where
    L: RefUnwindSafe

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]