pub struct NonPersistent(pub StateToken);Tuple Fields§
§0: StateTokenTrait Implementations§
Source§impl Clone for NonPersistent
impl Clone for NonPersistent
Source§fn clone(&self) -> NonPersistent
fn clone(&self) -> NonPersistent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NonPersistent
impl Debug for NonPersistent
Source§impl Default for NonPersistent
impl Default for NonPersistent
Source§fn default() -> NonPersistent
fn default() -> NonPersistent
Returns the “default value” for a type. Read more
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 NonPersistent
impl RefUnwindSafe for NonPersistent
impl Send for NonPersistent
impl Sync for NonPersistent
impl Unpin for NonPersistent
impl UnsafeUnpin for NonPersistent
impl UnwindSafe for NonPersistent
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