pub struct OllamaMessage {
pub role: String,
pub content: Arc<str>,
}Fields§
§role: String§content: Arc<str>Trait Implementations§
Source§impl Debug for OllamaMessage
impl Debug for OllamaMessage
Auto Trait Implementations§
impl Freeze for OllamaMessage
impl RefUnwindSafe for OllamaMessage
impl Send for OllamaMessage
impl Sync for OllamaMessage
impl Unpin for OllamaMessage
impl UnwindSafe for OllamaMessage
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