pub struct ExplainCommand<T: GeminiClientTrait> { /* private fields */ }
Implementations§
Source§impl<T: GeminiClientTrait> ExplainCommand<T>
impl<T: GeminiClientTrait> ExplainCommand<T>
Trait Implementations§
Source§impl<T: GeminiClientTrait + Send + Sync> GenerateContent for ExplainCommand<T>
impl<T: GeminiClientTrait + Send + Sync> GenerateContent for ExplainCommand<T>
Auto Trait Implementations§
impl<T> Freeze for ExplainCommand<T>where
T: Freeze,
impl<T> RefUnwindSafe for ExplainCommand<T>where
T: RefUnwindSafe,
impl<T> Send for ExplainCommand<T>where
T: Send,
impl<T> Sync for ExplainCommand<T>where
T: Sync,
impl<T> Unpin for ExplainCommand<T>where
T: Unpin,
impl<T> UnwindSafe for ExplainCommand<T>where
T: UnwindSafe,
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