pub struct GoogleProvider { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for GoogleProvider
impl Default for GoogleProvider
Source§impl Provider for GoogleProvider
impl Provider for GoogleProvider
fn stream<'life0, 'life1, 'life2, 'life3, 'async_trait>(
&'life0 self,
model: &'life1 Model,
context: &'life2 Context,
options: &'life3 StreamOptions,
) -> Pin<Box<dyn Future<Output = Result<AssistantMessageEventStream>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
'life3: 'async_trait,
Auto Trait Implementations§
impl Freeze for GoogleProvider
impl !RefUnwindSafe for GoogleProvider
impl Send for GoogleProvider
impl Sync for GoogleProvider
impl Unpin for GoogleProvider
impl UnsafeUnpin for GoogleProvider
impl !UnwindSafe for GoogleProvider
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