pub struct OllamaMessageResponse {
pub content: String,
}Expand description
Message response structure from Ollama API
Fields§
§content: StringThe content of the message
Trait Implementations§
Source§impl Debug for OllamaMessageResponse
impl Debug for OllamaMessageResponse
Source§impl<'de> Deserialize<'de> for OllamaMessageResponse
impl<'de> Deserialize<'de> for OllamaMessageResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for OllamaMessageResponse
impl RefUnwindSafe for OllamaMessageResponse
impl Send for OllamaMessageResponse
impl Sync for OllamaMessageResponse
impl Unpin for OllamaMessageResponse
impl UnwindSafe for OllamaMessageResponse
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