pub struct AiAgentExtractStructuredType(pub String);Tuple Fields§
§0: StringImplementations§
Source§impl AiAgentExtractStructuredType
impl AiAgentExtractStructuredType
pub const AI_AGENT_EXTRACT_STRUCTURED: &'static str = "ai_agent_extract_structured"
Trait Implementations§
Source§impl Clone for AiAgentExtractStructuredType
impl Clone for AiAgentExtractStructuredType
Source§fn clone(&self) -> AiAgentExtractStructuredType
fn clone(&self) -> AiAgentExtractStructuredType
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 AiAgentExtractStructuredType
impl Debug for AiAgentExtractStructuredType
Source§impl Default for AiAgentExtractStructuredType
impl Default for AiAgentExtractStructuredType
Source§fn default() -> AiAgentExtractStructuredType
fn default() -> AiAgentExtractStructuredType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AiAgentExtractStructuredType
impl<'de> Deserialize<'de> for AiAgentExtractStructuredType
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 AiAgentExtractStructuredType
impl StructuralPartialEq for AiAgentExtractStructuredType
Auto Trait Implementations§
impl Freeze for AiAgentExtractStructuredType
impl RefUnwindSafe for AiAgentExtractStructuredType
impl Send for AiAgentExtractStructuredType
impl Sync for AiAgentExtractStructuredType
impl Unpin for AiAgentExtractStructuredType
impl UnsafeUnpin for AiAgentExtractStructuredType
impl UnwindSafe for AiAgentExtractStructuredType
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