Struct panoramix::widgets::widget_list::WidgetList[][src]

pub struct WidgetList<Child: WidgetSequence> {
    pub children: Vec<Child>,
}

Fields

children: Vec<Child>

Trait Implementations

impl<Child: WidgetSequence> WidgetSequence for WidgetList<Child>[src]

Auto Trait Implementations

impl<Child> RefUnwindSafe for WidgetList<Child> where
    Child: RefUnwindSafe

impl<Child> Send for WidgetList<Child> where
    Child: Send

impl<Child> Sync for WidgetList<Child> where
    Child: Sync

impl<Child> Unpin for WidgetList<Child> where
    Child: Unpin

impl<Child> UnwindSafe for WidgetList<Child> where
    Child: UnwindSafe

Blanket Implementations

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

impl<T> AnyWidgetSeq for T where
    T: WidgetSequence + 'static, 
[src]

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

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

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

impl<T> Instrument for T[src]

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

impl<T> RoundFrom<T> for T

impl<T, U> RoundInto<U> for T where
    U: RoundFrom<T>, 

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.