pub struct Component<TProps: AsAttributesBuilder<TElement, TValue>, TElement: 'static + JsCast, TValue: ToJs> {
pub props: TProps,
/* private fields */
}
impl<TProps, TElement, TValue> Send for Component<TProps, TElement, TValue> where
TElement: Send,
TProps: Send,
TValue: Send,
impl<TProps, TElement, TValue> Sync for Component<TProps, TElement, TValue> where
TElement: Sync,
TProps: Sync,
TValue: Sync,
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.