pub struct llama_rs_parsed_chat { /* private fields */ }Trait Implementations§
Source§impl Clone for llama_rs_parsed_chat
impl Clone for llama_rs_parsed_chat
Source§fn clone(&self) -> llama_rs_parsed_chat
fn clone(&self) -> llama_rs_parsed_chat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 llama_rs_parsed_chat
impl Debug for llama_rs_parsed_chat
impl Copy for llama_rs_parsed_chat
Auto Trait Implementations§
impl Freeze for llama_rs_parsed_chat
impl RefUnwindSafe for llama_rs_parsed_chat
impl Send for llama_rs_parsed_chat
impl Sync for llama_rs_parsed_chat
impl Unpin for llama_rs_parsed_chat
impl UnsafeUnpin for llama_rs_parsed_chat
impl UnwindSafe for llama_rs_parsed_chat
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