pub struct maxResults;Trait Implementations§
Source§impl HasArgument<maxResults> for semanticSearch
impl HasArgument<maxResults> for semanticSearch
Auto Trait Implementations§
impl Freeze for maxResults
impl RefUnwindSafe for maxResults
impl Send for maxResults
impl Sync for maxResults
impl Unpin for maxResults
impl UnwindSafe for maxResults
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