pub struct NonPersistent(pub StateToken);
Tuple Fields§
§0: StateToken
Trait 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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Component for NonPersistent
impl Component for NonPersistent
Source§type Storage = VecStorage<NonPersistent>
type Storage = VecStorage<NonPersistent>
Associated storage type for this component.
Auto Trait Implementations§
impl Freeze for NonPersistent
impl RefUnwindSafe for NonPersistent
impl Send for NonPersistent
impl Sync for NonPersistent
impl Unpin 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