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