pub struct ContextInteraction {
pub peer_input: Option<String>,
pub cognitive_reasoning: Option<String>,
pub cognitive_output: Option<String>,
}Fields§
§peer_input: Option<String>§cognitive_reasoning: Option<String>§cognitive_output: Option<String>Trait Implementations§
Source§impl Clone for ContextInteraction
impl Clone for ContextInteraction
Source§fn clone(&self) -> ContextInteraction
fn clone(&self) -> ContextInteraction
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 ContextInteraction
impl Debug for ContextInteraction
Source§impl<'de> Deserialize<'de> for ContextInteraction
impl<'de> Deserialize<'de> for ContextInteraction
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 ContextInteraction
impl RefUnwindSafe for ContextInteraction
impl Send for ContextInteraction
impl Sync for ContextInteraction
impl Unpin for ContextInteraction
impl UnsafeUnpin for ContextInteraction
impl UnwindSafe for ContextInteraction
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