pub struct AnyJsProps {
pub js_props_without_children: Option<Object>,
pub children: Option<Children>,
}
Fields§
§js_props_without_children: Option<Object>
§children: Option<Children>
Trait Implementations§
Source§impl AnyJsPropsBuilder for AnyJsProps
impl AnyJsPropsBuilder for AnyJsProps
Source§impl Clone for AnyJsProps
impl Clone for AnyJsProps
Source§fn clone(&self) -> AnyJsProps
fn clone(&self) -> AnyJsProps
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 AnyJsProps
impl Debug for AnyJsProps
Source§impl Default for AnyJsProps
impl Default for AnyJsProps
Source§fn default() -> AnyJsProps
fn default() -> AnyJsProps
Returns the “default value” for a type. Read more
Source§impl Props for AnyJsProps
impl Props for AnyJsProps
type InitialBuilder = AnyJsProps
fn init_builder() -> Self::InitialBuilder
Source§impl PropsBuilder<AnyJsProps> for AnyJsProps
impl PropsBuilder<AnyJsProps> for AnyJsProps
Auto Trait Implementations§
impl Freeze for AnyJsProps
impl !RefUnwindSafe for AnyJsProps
impl !Send for AnyJsProps
impl !Sync for AnyJsProps
impl Unpin for AnyJsProps
impl !UnwindSafe for AnyJsProps
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