Struct raui_core::props::PropsGroupPrefab [−][src]
pub struct PropsGroupPrefab {
pub data: HashMap<String, PrefabValue>,
}Fields
data: HashMap<String, PrefabValue>Trait Implementations
impl Clone for PropsGroupPrefab[src]
impl Clone for PropsGroupPrefab[src]fn clone(&self) -> PropsGroupPrefab[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Default for PropsGroupPrefab[src]
impl Default for PropsGroupPrefab[src]fn default() -> PropsGroupPrefab[src]
impl<'de> Deserialize<'de> for PropsGroupPrefab[src]
impl<'de> Deserialize<'de> for PropsGroupPrefab[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Prefab for PropsGroupPrefab[src]
impl Prefab for PropsGroupPrefab[src]fn from_prefab(data: PrefabValue) -> Result<Self, PrefabError>[src]
fn to_prefab(&self) -> Result<PrefabValue, PrefabError>[src]
impl PropsData for PropsGroupPrefab where
Self: Clone, [src]
impl PropsData for PropsGroupPrefab where
Self: Clone, [src]impl Serialize for PropsGroupPrefab[src]
impl Serialize for PropsGroupPrefab[src]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> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]