pub struct NonPersistentPrefabProxy;Trait Implementations§
Source§impl Debug for NonPersistentPrefabProxy
impl Debug for NonPersistentPrefabProxy
Source§impl Default for NonPersistentPrefabProxy
impl Default for NonPersistentPrefabProxy
Source§fn default() -> NonPersistentPrefabProxy
fn default() -> NonPersistentPrefabProxy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NonPersistentPrefabProxy
impl<'de> Deserialize<'de> for NonPersistentPrefabProxy
Source§fn 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
Source§impl 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)
Source§impl PrefabProxy<NonPersistentPrefabProxy> for NonPersistent
impl PrefabProxy<NonPersistentPrefabProxy> for NonPersistent
fn from_proxy_with_extras( _: NonPersistentPrefabProxy, _: &HashMap<String, Entity>, state_token: StateToken, ) -> Result<Self, PrefabError>
Auto Trait Implementations§
impl Freeze for NonPersistentPrefabProxy
impl RefUnwindSafe for NonPersistentPrefabProxy
impl Send for NonPersistentPrefabProxy
impl Sync for NonPersistentPrefabProxy
impl Unpin for NonPersistentPrefabProxy
impl UnsafeUnpin for NonPersistentPrefabProxy
impl UnwindSafe for NonPersistentPrefabProxy
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more