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