pub enum HiveState {
Dormant,
Synchronizing,
Resonating,
Fragmented,
EmergencyMute,
}Expand description
RFC-006: HiveState Represents the global resonance state of the Hive segment in the 2026 Grid.
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for HiveState
impl<'de> Deserialize<'de> for HiveState
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
impl Copy for HiveState
impl Eq for HiveState
impl StructuralPartialEq for HiveState
Auto Trait Implementations§
impl Freeze for HiveState
impl RefUnwindSafe for HiveState
impl Send for HiveState
impl Sync for HiveState
impl Unpin for HiveState
impl UnsafeUnpin for HiveState
impl UnwindSafe for HiveState
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