Struct oxygengine_core::ecs::components::NonPersistentPrefabProxy
source · [−]pub struct NonPersistentPrefabProxy;
Trait Implementations
sourceimpl Debug for NonPersistentPrefabProxy
impl Debug for NonPersistentPrefabProxy
sourceimpl Default for NonPersistentPrefabProxy
impl Default for NonPersistentPrefabProxy
sourcefn default() -> NonPersistentPrefabProxy
fn default() -> NonPersistentPrefabProxy
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for NonPersistentPrefabProxy
impl<'de> Deserialize<'de> for NonPersistentPrefabProxy
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 NonPersistentPrefabProxy
impl Prefab for NonPersistentPrefabProxy
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<NonPersistentPrefabProxy> for NonPersistent
impl PrefabProxy<NonPersistentPrefabProxy> for NonPersistent
fn from_proxy_with_extras(
_: NonPersistentPrefabProxy,
_: &HashMap<String, Entity>,
state_token: StateToken
) -> Result<Self, PrefabError>
sourceimpl Serialize for NonPersistentPrefabProxy
impl Serialize for NonPersistentPrefabProxy
Auto Trait Implementations
impl RefUnwindSafe for NonPersistentPrefabProxy
impl Send for NonPersistentPrefabProxy
impl Sync for NonPersistentPrefabProxy
impl Unpin for NonPersistentPrefabProxy
impl UnwindSafe for NonPersistentPrefabProxy
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