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