pub struct GoogleSearchRetrieval {
pub dynamic_retrieval_config: DynamicRetrievalConfig,
}Fields§
§dynamic_retrieval_config: DynamicRetrievalConfigTrait Implementations§
Source§impl Clone for GoogleSearchRetrieval
impl Clone for GoogleSearchRetrieval
Source§fn clone(&self) -> GoogleSearchRetrieval
fn clone(&self) -> GoogleSearchRetrieval
Returns a duplicate of the value. Read more
1.0.0 · 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 GoogleSearchRetrieval
impl Debug for GoogleSearchRetrieval
Auto Trait Implementations§
impl Freeze for GoogleSearchRetrieval
impl RefUnwindSafe for GoogleSearchRetrieval
impl Send for GoogleSearchRetrieval
impl Sync for GoogleSearchRetrieval
impl Unpin for GoogleSearchRetrieval
impl UnwindSafe for GoogleSearchRetrieval
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