pub struct ConversationCapabilities {
pub prompt: bool,
pub steer: bool,
pub follow_up: bool,
pub abort: bool,
pub model_selection: bool,
pub commands: bool,
pub interactions: bool,
}Fields§
§prompt: bool§steer: bool§follow_up: bool§abort: bool§model_selection: bool§commands: bool§interactions: boolTrait Implementations§
Source§impl Clone for ConversationCapabilities
impl Clone for ConversationCapabilities
Source§fn clone(&self) -> ConversationCapabilities
fn clone(&self) -> ConversationCapabilities
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 ConversationCapabilities
impl Debug for ConversationCapabilities
Source§impl Default for ConversationCapabilities
impl Default for ConversationCapabilities
Source§fn default() -> ConversationCapabilities
fn default() -> ConversationCapabilities
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConversationCapabilitieswhere
ConversationCapabilities: Default,
impl<'de> Deserialize<'de> for ConversationCapabilitieswhere
ConversationCapabilities: Default,
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 Eq for ConversationCapabilities
Source§impl PartialEq for ConversationCapabilities
impl PartialEq for ConversationCapabilities
Source§impl Serialize for ConversationCapabilities
impl Serialize for ConversationCapabilities
impl StructuralPartialEq for ConversationCapabilities
Auto Trait Implementations§
impl Freeze for ConversationCapabilities
impl RefUnwindSafe for ConversationCapabilities
impl Send for ConversationCapabilities
impl Sync for ConversationCapabilities
impl Unpin for ConversationCapabilities
impl UnsafeUnpin for ConversationCapabilities
impl UnwindSafe for ConversationCapabilities
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.