Struct llm_chain_openai::chatgpt::PerExecutor
source · pub struct PerExecutor { /* private fields */ }
Expand description
The PerExecutor
struct contains options that can be specified for the ChatGPT Executor
.
Currently, it only supports specifying an api_key
.
Trait Implementations§
source§impl Clone for PerExecutor
impl Clone for PerExecutor
source§fn clone(&self) -> PerExecutor
fn clone(&self) -> PerExecutor
Returns a copy of the value. Read more
1.0.0 · 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 PerExecutor
impl Debug for PerExecutor
source§impl Default for PerExecutor
impl Default for PerExecutor
source§fn default() -> PerExecutor
fn default() -> PerExecutor
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PerExecutor
impl<'de> Deserialize<'de> for PerExecutor
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 Serialize for PerExecutor
impl Serialize for PerExecutor
impl Options for PerExecutor
Auto Trait Implementations§
impl RefUnwindSafe for PerExecutor
impl Send for PerExecutor
impl Sync for PerExecutor
impl Unpin for PerExecutor
impl UnwindSafe for PerExecutor
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