pub struct llama_rs_mtp_speculative { /* private fields */ }Trait Implementations§
Source§impl Clone for llama_rs_mtp_speculative
impl Clone for llama_rs_mtp_speculative
impl Copy for llama_rs_mtp_speculative
Auto Trait Implementations§
impl Freeze for llama_rs_mtp_speculative
impl RefUnwindSafe for llama_rs_mtp_speculative
impl Send for llama_rs_mtp_speculative
impl Sync for llama_rs_mtp_speculative
impl Unpin for llama_rs_mtp_speculative
impl UnsafeUnpin for llama_rs_mtp_speculative
impl UnwindSafe for llama_rs_mtp_speculative
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