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