Struct oxygengine_core::hierarchy::NonPersistent [−][src]
pub struct NonPersistent(pub StateToken);
Trait Implementations
type Storage = VecStorage<Self>
type Storage = VecStorage<Self>
Associated storage type for this component.
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_proxy_with_extras(
_: NonPersistentPrefabProxy,
_: &HashMap<String, Entity>,
state_token: StateToken
) -> Result<Self, PrefabError>
[src]Auto Trait Implementations
impl RefUnwindSafe for NonPersistent
impl Send for NonPersistent
impl Sync for NonPersistent
impl Unpin for NonPersistent
impl UnwindSafe for NonPersistent
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
Mutably borrows from an owned value. Read more
Tries to create the default.
Calls try_default
and panics on an error case.