pub enum MessageType {
Show 14 variants
Consciousness,
Stimulus,
Response,
Evolution,
Collective,
Reproduction,
Apoptosis,
Learning,
Memory,
Emotion,
Social,
Warning,
Resource,
Maintenance,
}
Expand description
Types of neural messages
Variantsยง
Consciousness
Shared consciousness and awareness
Stimulus
Environmental stimulus input
Response
Behavioral response output
Evolution
Genetic/evolution information
Collective
Collective intelligence coordination
Reproduction
Reproduction and mating signals
Apoptosis
Cell death/cleanup signal
Learning
Learning and knowledge sharing
Memory
Memory synchronization
Emotion
Emotional state communication
Social
Social interaction
Warning
Warning/alert signals
Resource
Resource sharing information
Maintenance
System maintenance
Trait Implementationsยง
Sourceยงimpl Clone for MessageType
impl Clone for MessageType
Sourceยงfn clone(&self) -> MessageType
fn clone(&self) -> MessageType
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 MessageType
impl Debug for MessageType
Sourceยงimpl<'de> Deserialize<'de> for MessageType
impl<'de> Deserialize<'de> for MessageType
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 PartialEq for MessageType
impl PartialEq for MessageType
Sourceยงimpl Serialize for MessageType
impl Serialize for MessageType
impl StructuralPartialEq for MessageType
Auto Trait Implementationsยง
impl Freeze for MessageType
impl RefUnwindSafe for MessageType
impl Send for MessageType
impl Sync for MessageType
impl Unpin for MessageType
impl UnwindSafe for MessageType
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