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