pub struct AiGetAgentDefaultOptions {
pub language: Option<String>,
pub model: Option<String>,
}Expand description
Optional parameters for AiManager::get_agent_default.
Fields§
§language: Option<String>§model: Option<String>Trait Implementations§
Source§impl Clone for AiGetAgentDefaultOptions
impl Clone for AiGetAgentDefaultOptions
Source§fn clone(&self) -> AiGetAgentDefaultOptions
fn clone(&self) -> AiGetAgentDefaultOptions
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 AiGetAgentDefaultOptions
impl Debug for AiGetAgentDefaultOptions
Source§impl Default for AiGetAgentDefaultOptions
impl Default for AiGetAgentDefaultOptions
Source§fn default() -> AiGetAgentDefaultOptions
fn default() -> AiGetAgentDefaultOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AiGetAgentDefaultOptions
impl RefUnwindSafe for AiGetAgentDefaultOptions
impl Send for AiGetAgentDefaultOptions
impl Sync for AiGetAgentDefaultOptions
impl Unpin for AiGetAgentDefaultOptions
impl UnsafeUnpin for AiGetAgentDefaultOptions
impl UnwindSafe for AiGetAgentDefaultOptions
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