Struct oxygengine_core::hierarchy::ParentPrefabProxy [−][src]
pub struct ParentPrefabProxy(pub String);
Trait Implementations
impl Default for ParentPrefabProxy
[src]
impl Default for ParentPrefabProxy
[src]fn default() -> ParentPrefabProxy
[src]
impl<'de> Deserialize<'de> for ParentPrefabProxy
[src]
impl<'de> Deserialize<'de> for ParentPrefabProxy
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Prefab for ParentPrefabProxy
[src]
impl Prefab for ParentPrefabProxy
[src]fn from_prefab(data: PrefabValue) -> Result<Self, PrefabError>
[src]
fn from_prefab_with_extras(
data: PrefabValue,
_named_entities: &HashMap<String, Entity>,
_state_token: StateToken
) -> Result<Self, PrefabError>
[src]
data: PrefabValue,
_named_entities: &HashMap<String, Entity>,
_state_token: StateToken
) -> Result<Self, PrefabError>
fn to_prefab(&self) -> Result<PrefabValue, PrefabError>
[src]
fn from_prefab_str(data: &str) -> Result<Self, PrefabError>
[src]
fn to_prefab_string(&self) -> Result<String, PrefabError>
[src]
fn post_from_prefab(&mut self)
[src]
impl PrefabProxy<ParentPrefabProxy> for Parent
[src]
impl PrefabProxy<ParentPrefabProxy> for Parent
[src]fn from_proxy_with_extras(
proxy: ParentPrefabProxy,
named_entities: &HashMap<String, Entity>,
_: StateToken
) -> Result<Self, PrefabError>
[src]
proxy: ParentPrefabProxy,
named_entities: &HashMap<String, Entity>,
_: StateToken
) -> Result<Self, PrefabError>
impl Serialize for ParentPrefabProxy
[src]
impl Serialize for ParentPrefabProxy
[src]Auto Trait Implementations
impl RefUnwindSafe for ParentPrefabProxy
impl RefUnwindSafe for ParentPrefabProxy
impl Send for ParentPrefabProxy
impl Send for ParentPrefabProxy
impl Sync for ParentPrefabProxy
impl Sync for ParentPrefabProxy
impl Unpin for ParentPrefabProxy
impl Unpin for ParentPrefabProxy
impl UnwindSafe for ParentPrefabProxy
impl UnwindSafe for ParentPrefabProxy
Blanket 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,
[src]
impl<T> TryDefault for T where
T: Default,
[src]