pub struct BraveSearchConfig {
pub api_key: String,
pub timeout: Duration,
}Fields§
§api_key: String§timeout: DurationImplementations§
Trait Implementations§
Source§impl Clone for BraveSearchConfig
impl Clone for BraveSearchConfig
Source§fn clone(&self) -> BraveSearchConfig
fn clone(&self) -> BraveSearchConfig
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 BraveSearchConfig
impl RefUnwindSafe for BraveSearchConfig
impl Send for BraveSearchConfig
impl Sync for BraveSearchConfig
impl Unpin for BraveSearchConfig
impl UnsafeUnpin for BraveSearchConfig
impl UnwindSafe for BraveSearchConfig
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