Struct oxygengine_user_interface::raui::core::prelude::VariantBoxProps [−][src]
Fields
variant_name: Option<String>Trait Implementations
impl Clone for VariantBoxProps[src]
impl Clone for VariantBoxProps[src]pub fn clone(&self) -> VariantBoxProps[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for VariantBoxProps[src]
impl Debug for VariantBoxProps[src]impl Default for VariantBoxProps[src]
impl Default for VariantBoxProps[src]pub fn default() -> VariantBoxProps[src]
impl<'de> Deserialize<'de> for VariantBoxProps[src]
impl<'de> Deserialize<'de> for VariantBoxProps[src]pub fn deserialize<__D>(
__deserializer: __D
) -> Result<VariantBoxProps, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]
__deserializer: __D
) -> Result<VariantBoxProps, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl Prefab for VariantBoxProps[src]
impl Prefab for VariantBoxProps[src]pub fn from_prefab(data: Value) -> Result<Self, PrefabError>[src]
pub fn to_prefab(&self) -> Result<Value, PrefabError>[src]
impl PropsData for VariantBoxProps where
VariantBoxProps: Clone, [src]
impl PropsData for VariantBoxProps where
VariantBoxProps: Clone, [src]impl Serialize for VariantBoxProps[src]
impl Serialize for VariantBoxProps[src]pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer, [src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
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> Any for T where
T: Any,
impl<T> Any for T where
T: Any, pub fn get_type_id(&self) -> TypeId
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]impl<T> TryDefault for T where
T: Default,
impl<T> TryDefault for T where
T: Default,