pub struct CodeExecutionCallContent {
pub arguments: Option<CodeExecutionCallContentCodeExecutionCallArguments>,
}Expand description
genai.CodeExecutionCallContent
Fields§
§arguments: Option<CodeExecutionCallContentCodeExecutionCallArguments>Trait Implementations§
Source§impl Clone for CodeExecutionCallContent
impl Clone for CodeExecutionCallContent
Source§fn clone(&self) -> CodeExecutionCallContent
fn clone(&self) -> CodeExecutionCallContent
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 CodeExecutionCallContent
impl Debug for CodeExecutionCallContent
Source§impl Default for CodeExecutionCallContent
impl Default for CodeExecutionCallContent
Source§fn default() -> CodeExecutionCallContent
fn default() -> CodeExecutionCallContent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CodeExecutionCallContent
impl<'de> Deserialize<'de> for CodeExecutionCallContent
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
Source§impl PartialEq for CodeExecutionCallContent
impl PartialEq for CodeExecutionCallContent
Source§impl Serialize for CodeExecutionCallContent
impl Serialize for CodeExecutionCallContent
impl StructuralPartialEq for CodeExecutionCallContent
Auto Trait Implementations§
impl Freeze for CodeExecutionCallContent
impl RefUnwindSafe for CodeExecutionCallContent
impl Send for CodeExecutionCallContent
impl Sync for CodeExecutionCallContent
impl Unpin for CodeExecutionCallContent
impl UnsafeUnpin for CodeExecutionCallContent
impl UnwindSafe for CodeExecutionCallContent
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