pub struct TelemetryResult {
pub affective_telemetry: AfferentTelemetry,
pub intent_matrix: IntentMatrix,
pub cognitive_state: CognitiveState,
}Fields§
§affective_telemetry: AfferentTelemetry§intent_matrix: IntentMatrix§cognitive_state: CognitiveStateTrait Implementations§
Source§impl Clone for TelemetryResult
impl Clone for TelemetryResult
Source§fn clone(&self) -> TelemetryResult
fn clone(&self) -> TelemetryResult
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 TelemetryResult
impl Debug for TelemetryResult
Source§impl<'de> Deserialize<'de> for TelemetryResult
impl<'de> Deserialize<'de> for TelemetryResult
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 TelemetryResult
impl RefUnwindSafe for TelemetryResult
impl Send for TelemetryResult
impl Sync for TelemetryResult
impl Unpin for TelemetryResult
impl UnsafeUnpin for TelemetryResult
impl UnwindSafe for TelemetryResult
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