Struct panoramix::elements::backend::EmptyElementData[][src]

pub struct EmptyElementData<CpEvent = NoEvent, CpState = ()>(pub PhantomData<CpState>, pub PhantomData<CpEvent>);

Trait Implementations

impl<CpEvent: Clone, CpState: Clone> Clone for EmptyElementData<CpEvent, CpState>[src]

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

impl<CpEvent, CpState> Default for EmptyElementData<CpEvent, CpState>[src]

impl<CpEvent: Eq, CpState: Eq> Eq for EmptyElementData<CpEvent, CpState>[src]

impl<CpEvent: Hash, CpState: Hash> Hash for EmptyElementData<CpEvent, CpState>[src]

impl<CpEvent: PartialEq, CpState: PartialEq> PartialEq<EmptyElementData<CpEvent, CpState>> for EmptyElementData<CpEvent, CpState>[src]

impl<CpEvent, CpState> StructuralEq for EmptyElementData<CpEvent, CpState>[src]

impl<CpEvent, CpState> StructuralPartialEq for EmptyElementData<CpEvent, CpState>[src]

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

type Event = NoEvent

type AggregateChildrenState = ()

type TargetWidgetSeq = EmptySequence

Auto Trait Implementations

impl<CpEvent, CpState> RefUnwindSafe for EmptyElementData<CpEvent, CpState> where
    CpEvent: RefUnwindSafe,
    CpState: RefUnwindSafe

impl<CpEvent, CpState> Send for EmptyElementData<CpEvent, CpState> where
    CpEvent: Send,
    CpState: Send

impl<CpEvent, CpState> Sync for EmptyElementData<CpEvent, CpState> where
    CpEvent: Sync,
    CpState: Sync

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

impl<CpEvent, CpState> UnwindSafe for EmptyElementData<CpEvent, CpState> where
    CpEvent: UnwindSafe,
    CpState: UnwindSafe

Blanket Implementations

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

impl<T> AnyEq for T where
    T: Any + PartialEq<T>, 

impl<T> AnyState for T where
    T: Clone + Default + Debug + PartialEq<T> + '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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.