Struct oxygengine_core::hierarchy::ParentPrefabProxy [−][src]
pub struct ParentPrefabProxy(pub String);
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
fn from_prefab_with_extras(
data: PrefabValue,
_named_entities: &HashMap<String, Entity>,
_state_token: StateToken
) -> Result<Self, PrefabError>[src]fn from_proxy_with_extras(
proxy: ParentPrefabProxy,
named_entities: &HashMap<String, Entity>,
_: StateToken
) -> Result<Self, PrefabError>[src]Auto Trait Implementations
impl RefUnwindSafe for ParentPrefabProxyimpl Send for ParentPrefabProxyimpl Sync for ParentPrefabProxyimpl Unpin for ParentPrefabProxyimpl UnwindSafe for ParentPrefabProxyBlanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any, pub fn get_type_id(&self) -> TypeIdMutably borrows from an owned value. Read more
Tries to create the default.
Calls try_default and panics on an error case.