pub struct SearchServiceBuilder {
api_key: Option<String>,
base_url: Option<String>,
transport_config: TransportConfig,
}
Expand description
Builder for creating search services with custom configuration
Fields§
§api_key: Option<String>
§base_url: Option<String>
§transport_config: TransportConfig
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SearchServiceBuilder
impl RefUnwindSafe for SearchServiceBuilder
impl Send for SearchServiceBuilder
impl Sync for SearchServiceBuilder
impl Unpin for SearchServiceBuilder
impl UnwindSafe for SearchServiceBuilder
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