Struct raui_core::widget::component::containers::variant_box::VariantBoxProps [−][src]
Fields
variant_name: Option<String>Trait Implementations
impl Clone for VariantBoxProps[src]
impl Clone for VariantBoxProps[src]fn clone(&self) -> VariantBoxProps[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Default for VariantBoxProps[src]
impl Default for VariantBoxProps[src]fn default() -> VariantBoxProps[src]
impl<'de> Deserialize<'de> for VariantBoxProps[src]
impl<'de> Deserialize<'de> for VariantBoxProps[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Prefab for VariantBoxProps[src]
impl Prefab for VariantBoxProps[src]fn from_prefab(data: PrefabValue) -> Result<Self, PrefabError>[src]
fn to_prefab(&self) -> Result<PrefabValue, PrefabError>[src]
impl PropsData for VariantBoxProps where
Self: Clone, [src]
impl PropsData for VariantBoxProps where
Self: Clone, [src]impl Serialize for VariantBoxProps[src]
impl Serialize for VariantBoxProps[src]Auto Trait Implementations
impl RefUnwindSafe for VariantBoxProps
impl RefUnwindSafe for VariantBoxPropsimpl Send for VariantBoxProps
impl Send for VariantBoxPropsimpl Sync for VariantBoxProps
impl Sync for VariantBoxPropsimpl Unpin for VariantBoxProps
impl Unpin for VariantBoxPropsimpl UnwindSafe for VariantBoxProps
impl UnwindSafe for VariantBoxPropsBlanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]