Struct react::JsAdapterComponentProps
source · [−]pub struct JsAdapterComponentProps {
pub js_component: JsValue,
pub js_props: Option<Object>,
pub js_children: Option<Array>,
pub to_persist: Option<Rc<dyn Any>>,
}
Fields
js_component: JsValue
js_props: Option<Object>
js_children: Option<Array>
to_persist: Option<Rc<dyn Any>>
Trait Implementations
type InitialBuilder = ()
Auto Trait Implementations
impl !RefUnwindSafe for JsAdapterComponentProps
impl !Send for JsAdapterComponentProps
impl !Sync for JsAdapterComponentProps
impl Unpin for JsAdapterComponentProps
impl !UnwindSafe for JsAdapterComponentProps
Blanket Implementations
Mutably borrows from an owned value. Read more