Skip to main content

Props

Trait Props 

Source
pub trait Props { }

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl Props for AlertModalProps

Source§

impl Props for ConfirmModalProps

Source§

impl Props for NoProps

Source§

impl Props for ShortcutInfoModalProps

Source§

impl Props for TextProps

Source§

impl Props for WrappedTextProps

Source§

impl<'a, T> Props for ThemeOverrideProps<'a, T>
where T: ComponentTheme,

Source§

impl<'a> Props for BorderProps<'a>

Source§

impl<'a> Props for CenterProps<'a>

Source§

impl<'a> Props for ContextProviderProps<'a>

Source§

impl<'a> Props for FragmentProps<'a>

Source§

impl<'a> Props for ModalProps<'a>

Source§

impl<'a> Props for PaletteProviderProps<'a>

Source§

impl<'a> Props for PositionedProps<'a>

Source§

impl<'a> Props for ScrollViewProps<'a>

Source§

impl<'a> Props for Scrollbars<'a>

Source§

impl<'a> Props for ViewProps<'a>

Source§

impl<T: 'static> Props for WidgetAdapterProps<T>

Source§

impl<T> Props for MultiSelectProps<T>
where T: Into<ListItem<'static>> + Clone + Send + Sync + 'static,

Source§

impl<T> Props for SelectProps<T>
where T: Into<ListItem<'static>> + Clone + Send + Sync + 'static,

Source§

impl<T> Props for StatefulWidgetAdapterProps<T>
where T: StatefulWidget + 'static, T::State: Sized + Sync + Send + 'static,