pub struct JsBridgeElement {
pub js_component_type: JsComponentType,
pub js_props_without_children: Option<Object>,
pub children: Option<Children>,
pub key: Option<Key>,
}
Fields§
§js_component_type: JsComponentType
§js_props_without_children: Option<Object>
§children: Option<Children>
§key: Option<Key>
Trait Implementations§
Source§impl AsRef<JsBridgeElement> for StrictModeElement
impl AsRef<JsBridgeElement> for StrictModeElement
Source§fn as_ref(&self) -> &JsBridgeElement
fn as_ref(&self) -> &JsBridgeElement
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for JsBridgeElement
impl Clone for JsBridgeElement
Source§fn clone(&self) -> JsBridgeElement
fn clone(&self) -> JsBridgeElement
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for JsBridgeElement
impl Debug for JsBridgeElement
Source§impl Into<Element> for JsBridgeElement
impl Into<Element> for JsBridgeElement
Source§impl Into<JsBridgeElement> for StrictModeElement
impl Into<JsBridgeElement> for StrictModeElement
Source§fn into(self) -> JsBridgeElement
fn into(self) -> JsBridgeElement
Converts this type into the (usually inferred) input type.
Source§impl IntoElement for JsBridgeElement
impl IntoElement for JsBridgeElement
fn into_element(self) -> Element
Auto Trait Implementations§
impl Freeze for JsBridgeElement
impl !RefUnwindSafe for JsBridgeElement
impl !Send for JsBridgeElement
impl !Sync for JsBridgeElement
impl Unpin for JsBridgeElement
impl !UnwindSafe for JsBridgeElement
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more