pub struct ExaSearchConfig {
pub api_key: String,
pub base_url: String,
pub timeout: Duration,
}Fields§
§api_key: String§base_url: StringAPI prefix, e.g. https://api.exa.ai. The /search route is appended.
timeout: DurationImplementations§
Trait Implementations§
Source§impl Clone for ExaSearchConfig
impl Clone for ExaSearchConfig
Source§fn clone(&self) -> ExaSearchConfig
fn clone(&self) -> ExaSearchConfig
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 moreAuto Trait Implementations§
impl Freeze for ExaSearchConfig
impl RefUnwindSafe for ExaSearchConfig
impl Send for ExaSearchConfig
impl Sync for ExaSearchConfig
impl Unpin for ExaSearchConfig
impl UnsafeUnpin for ExaSearchConfig
impl UnwindSafe for ExaSearchConfig
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