pub struct LlamaChatMessage { /* private fields */ }
Expand description
A Safe wrapper around llama_chat_message
Implementations§
Trait Implementations§
Source§impl Clone for LlamaChatMessage
impl Clone for LlamaChatMessage
Source§fn clone(&self) -> LlamaChatMessage
fn clone(&self) -> LlamaChatMessage
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LlamaChatMessage
impl Debug for LlamaChatMessage
Source§impl PartialEq for LlamaChatMessage
impl PartialEq for LlamaChatMessage
impl Eq for LlamaChatMessage
impl StructuralPartialEq for LlamaChatMessage
Auto Trait Implementations§
impl Freeze for LlamaChatMessage
impl RefUnwindSafe for LlamaChatMessage
impl Send for LlamaChatMessage
impl Sync for LlamaChatMessage
impl Unpin for LlamaChatMessage
impl UnwindSafe for LlamaChatMessage
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