pub struct LlmNext(/* private fields */);Expand description
Cloneable asynchronous LLM execution continuation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LlmNext
impl RefUnwindSafe for LlmNext
impl Send for LlmNext
impl Sync for LlmNext
impl Unpin for LlmNext
impl UnsafeUnpin for LlmNext
impl UnwindSafe for LlmNext
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