Struct oxygengine_core::ecs::hierarchy::ParentPrefabProxy
source · [−]pub struct ParentPrefabProxy(pub String);
Tuple Fields
0: String
Trait Implementations
sourceimpl Debug for ParentPrefabProxy
impl Debug for ParentPrefabProxy
sourceimpl Default for ParentPrefabProxy
impl Default for ParentPrefabProxy
sourcefn default() -> ParentPrefabProxy
fn default() -> ParentPrefabProxy
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ParentPrefabProxy
impl<'de> Deserialize<'de> for ParentPrefabProxy
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Prefab for ParentPrefabProxy
impl Prefab for ParentPrefabProxy
fn from_prefab(data: &PrefabValue) -> Result<Self, PrefabError>
fn from_prefab_with_extras(
data: &PrefabValue,
_named_entities: &HashMap<String, Entity>,
_state_token: StateToken
) -> Result<Self, PrefabError>
fn to_prefab(&self) -> Result<PrefabValue, PrefabError>
fn from_prefab_str(data: &str) -> Result<Self, PrefabError>
fn to_prefab_string(&self) -> Result<String, PrefabError>
fn post_from_prefab(&mut self)
sourceimpl PrefabProxy<ParentPrefabProxy> for Parent
impl PrefabProxy<ParentPrefabProxy> for Parent
fn from_proxy_with_extras(
proxy: ParentPrefabProxy,
named_entities: &HashMap<String, Entity>,
_: StateToken
) -> Result<Self, PrefabError>
sourceimpl Serialize for ParentPrefabProxy
impl Serialize for ParentPrefabProxy
Auto Trait Implementations
impl RefUnwindSafe for ParentPrefabProxy
impl Send for ParentPrefabProxy
impl Sync for ParentPrefabProxy
impl Unpin for ParentPrefabProxy
impl UnwindSafe for ParentPrefabProxy
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more