pub struct AiConversationCodeIntelligenceToolCallArgs {
pub question: Option<String>,
}Fields§
§question: Option<String>Trait Implementations§
Source§impl Clone for AiConversationCodeIntelligenceToolCallArgs
impl Clone for AiConversationCodeIntelligenceToolCallArgs
Source§fn clone(&self) -> AiConversationCodeIntelligenceToolCallArgs
fn clone(&self) -> AiConversationCodeIntelligenceToolCallArgs
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for AiConversationCodeIntelligenceToolCallArgs
impl Default for AiConversationCodeIntelligenceToolCallArgs
Source§fn default() -> AiConversationCodeIntelligenceToolCallArgs
fn default() -> AiConversationCodeIntelligenceToolCallArgs
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AiConversationCodeIntelligenceToolCallArgs
impl<'de> Deserialize<'de> for AiConversationCodeIntelligenceToolCallArgs
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 AiConversationCodeIntelligenceToolCallArgs
impl RefUnwindSafe for AiConversationCodeIntelligenceToolCallArgs
impl Send for AiConversationCodeIntelligenceToolCallArgs
impl Sync for AiConversationCodeIntelligenceToolCallArgs
impl Unpin for AiConversationCodeIntelligenceToolCallArgs
impl UnsafeUnpin for AiConversationCodeIntelligenceToolCallArgs
impl UnwindSafe for AiConversationCodeIntelligenceToolCallArgs
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