pub enum MemoryScale {
Individual,
Species,
Cosmic,
}Expand description
Memory scale categories
Variants§
Individual
Individual agent scale (Tier 1-4)
Species
Species/collective scale (Tier 5-8)
Cosmic
Cosmic/universal scale (Tier 9-12)
Trait Implementations§
Source§impl Clone for MemoryScale
impl Clone for MemoryScale
Source§fn clone(&self) -> MemoryScale
fn clone(&self) -> MemoryScale
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 MemoryScale
impl Debug for MemoryScale
Source§impl<'de> Deserialize<'de> for MemoryScale
impl<'de> Deserialize<'de> for MemoryScale
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 Hash for MemoryScale
impl Hash for MemoryScale
Source§impl PartialEq for MemoryScale
impl PartialEq for MemoryScale
Source§impl Serialize for MemoryScale
impl Serialize for MemoryScale
impl Copy for MemoryScale
impl Eq for MemoryScale
impl StructuralPartialEq for MemoryScale
Auto Trait Implementations§
impl Freeze for MemoryScale
impl RefUnwindSafe for MemoryScale
impl Send for MemoryScale
impl Sync for MemoryScale
impl Unpin for MemoryScale
impl UnwindSafe for MemoryScale
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