Struct oxygengine_user_interface::raui::core::props::PropsGroupPrefab [−][src]
pub struct PropsGroupPrefab {
pub data: HashMap<String, Value, RandomState>,
}Fields
data: HashMap<String, Value, RandomState>Trait Implementations
impl Clone for PropsGroupPrefab[src]
impl Clone for PropsGroupPrefab[src]pub fn clone(&self) -> PropsGroupPrefab[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for PropsGroupPrefab[src]
impl Debug for PropsGroupPrefab[src]impl Default for PropsGroupPrefab[src]
impl Default for PropsGroupPrefab[src]pub fn default() -> PropsGroupPrefab[src]
impl<'de> Deserialize<'de> for PropsGroupPrefab[src]
impl<'de> Deserialize<'de> for PropsGroupPrefab[src]pub fn deserialize<__D>(
__deserializer: __D
) -> Result<PropsGroupPrefab, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]
__deserializer: __D
) -> Result<PropsGroupPrefab, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl Prefab for PropsGroupPrefab[src]
impl Prefab for PropsGroupPrefab[src]pub fn from_prefab(data: Value) -> Result<Self, PrefabError>[src]
pub fn to_prefab(&self) -> Result<Value, PrefabError>[src]
impl PropsData for PropsGroupPrefab where
PropsGroupPrefab: Clone, [src]
impl PropsData for PropsGroupPrefab where
PropsGroupPrefab: Clone, [src]impl Serialize for PropsGroupPrefab[src]
impl Serialize for PropsGroupPrefab[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 PropsGroupPrefab
impl RefUnwindSafe for PropsGroupPrefabimpl Send for PropsGroupPrefab
impl Send for PropsGroupPrefabimpl Sync for PropsGroupPrefab
impl Sync for PropsGroupPrefabimpl Unpin for PropsGroupPrefab
impl Unpin for PropsGroupPrefabimpl UnwindSafe for PropsGroupPrefab
impl UnwindSafe for PropsGroupPrefabBlanket 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,