pub struct GroqProvider { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Provider for GroqProvider
impl Provider for GroqProvider
Auto Trait Implementations§
impl Freeze for GroqProvider
impl !RefUnwindSafe for GroqProvider
impl Send for GroqProvider
impl Sync for GroqProvider
impl Unpin for GroqProvider
impl !UnwindSafe for GroqProvider
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