pub struct ArchetypesGeneration(/* private fields */);Expand description
Determines freshness of information derived from World::archetypes
Trait Implementations§
Source§impl Clone for ArchetypesGeneration
impl Clone for ArchetypesGeneration
Source§fn clone(&self) -> ArchetypesGeneration
fn clone(&self) -> ArchetypesGeneration
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 Debug for ArchetypesGeneration
impl Debug for ArchetypesGeneration
Source§impl PartialEq for ArchetypesGeneration
impl PartialEq for ArchetypesGeneration
impl Copy for ArchetypesGeneration
impl Eq for ArchetypesGeneration
impl StructuralPartialEq for ArchetypesGeneration
Auto Trait Implementations§
impl Freeze for ArchetypesGeneration
impl RefUnwindSafe for ArchetypesGeneration
impl Send for ArchetypesGeneration
impl Sync for ArchetypesGeneration
impl Unpin for ArchetypesGeneration
impl UnwindSafe for ArchetypesGeneration
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