Trait raui_core::props::PropsData[][src]

pub trait PropsData: Debug + Send + Sync + Serialize + Deserialize {
    fn clone_props(&self) -> Box<dyn PropsData>;
fn as_any(&self) -> &dyn Any; }

Required methods

fn clone_props(&self) -> Box<dyn PropsData>[src]

fn as_any(&self) -> &dyn Any[src]

Loading content...

Trait Implementations

impl<'typetag> Serialize for dyn PropsData + 'typetag[src]

impl<'typetag> Serialize for dyn PropsData + Send + 'typetag[src]

impl<'typetag> Serialize for dyn PropsData + Sync + 'typetag[src]

impl<'typetag> Serialize for dyn PropsData + Send + Sync + 'typetag[src]

impl Strictest for dyn PropsData[src]

type Object = dyn PropsData + Send + Sync

Implementations on Foreign Types

impl PropsData for () where
    Self: Clone
[src]

impl PropsData for i8 where
    Self: Clone
[src]

impl PropsData for i16 where
    Self: Clone
[src]

impl PropsData for i32 where
    Self: Clone
[src]

impl PropsData for i64 where
    Self: Clone
[src]

impl PropsData for i128 where
    Self: Clone
[src]

impl PropsData for u8 where
    Self: Clone
[src]

impl PropsData for u16 where
    Self: Clone
[src]

impl PropsData for u32 where
    Self: Clone
[src]

impl PropsData for u64 where
    Self: Clone
[src]

impl PropsData for u128 where
    Self: Clone
[src]

impl PropsData for f32 where
    Self: Clone
[src]

impl PropsData for f64 where
    Self: Clone
[src]

impl PropsData for bool where
    Self: Clone
[src]

impl PropsData for String where
    Self: Clone
[src]

Loading content...

Implementors

impl PropsData for ContentBoxProps where
    Self: Clone
[src]

impl PropsData for FlexBoxProps where
    Self: Clone
[src]

impl PropsData for GridBoxProps where
    Self: Clone
[src]

impl PropsData for HorizontalBoxProps where
    Self: Clone
[src]

impl PropsData for SizeBoxProps where
    Self: Clone
[src]

impl PropsData for SwitchBoxProps where
    Self: Clone
[src]

impl PropsData for VariantBoxProps where
    Self: Clone
[src]

impl PropsData for VerticalBoxProps where
    Self: Clone
[src]

impl PropsData for WrapBoxProps where
    Self: Clone
[src]

impl PropsData for ImageBoxProps where
    Self: Clone
[src]

impl PropsData for ButtonProps where
    Self: Clone
[src]

impl PropsData for ButtonSettingsProps where
    Self: Clone
[src]

impl PropsData for InputFieldProps where
    Self: Clone
[src]

impl PropsData for SpaceBoxProps where
    Self: Clone
[src]

impl PropsData for WidgetAlpha where
    Self: Clone
[src]

impl PropsData for TextBoxProps where
    Self: Clone
[src]

impl PropsData for ContentBoxItemLayout where
    Self: Clone
[src]

impl PropsData for FlexBoxItemLayout where
    Self: Clone
[src]

impl PropsData for GridBoxItemLayout where
    Self: Clone
[src]

Loading content...