Struct panoramix::elements::any_element::VirtualDomBox[][src]

pub struct VirtualDomBox<CpEvent, CpState> { /* fields omitted */ }

Implementations

impl<CpEvent: 'static, CpState: 'static> VirtualDomBox<CpEvent, CpState>[src]

pub fn new(child: impl VirtualDom<CpEvent, CpState> + 'static) -> Self[src]

Trait Implementations

impl<CpEvent, CpState> Debug for VirtualDomBox<CpEvent, CpState>[src]

impl<CpEvent, CpState> VirtualDom<CpEvent, CpState> for VirtualDomBox<CpEvent, CpState>[src]

type Event = NoEvent

type AggregateChildrenState = Option<AnyStateBox>

type TargetWidgetSeq = WidgetSeqBox

Auto Trait Implementations

impl<CpEvent, CpState> !RefUnwindSafe for VirtualDomBox<CpEvent, CpState>

impl<CpEvent, CpState> !Send for VirtualDomBox<CpEvent, CpState>

impl<CpEvent, CpState> !Sync for VirtualDomBox<CpEvent, CpState>

impl<CpEvent, CpState> Unpin for VirtualDomBox<CpEvent, CpState> where
    CpEvent: Unpin,
    CpState: Unpin

impl<CpEvent, CpState> !UnwindSafe for VirtualDomBox<CpEvent, CpState>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[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.