pub struct ImperialVisionState {
pub root_node_aid: AID,
pub resonance_jitter_ns: u128,
pub sustainability_rating: f64,
pub is_full_blood_ignited: bool,
pub global_hive_population: u128,
pub picsi_patience_index: f64,
}Expand description
The Command Center interface for the “Vision” Browser neural console.
Fields§
§root_node_aid: AID§resonance_jitter_ns: u128§sustainability_rating: f64§is_full_blood_ignited: bool§global_hive_population: u128§picsi_patience_index: f64Trait Implementations§
Source§impl Clone for ImperialVisionState
impl Clone for ImperialVisionState
Source§fn clone(&self) -> ImperialVisionState
fn clone(&self) -> ImperialVisionState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ImperialVisionState
impl Debug for ImperialVisionState
Source§impl<'de> Deserialize<'de> for ImperialVisionState
impl<'de> Deserialize<'de> for ImperialVisionState
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
Auto Trait Implementations§
impl Freeze for ImperialVisionState
impl RefUnwindSafe for ImperialVisionState
impl Send for ImperialVisionState
impl Sync for ImperialVisionState
impl Unpin for ImperialVisionState
impl UnsafeUnpin for ImperialVisionState
impl UnwindSafe for ImperialVisionState
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