pub struct WorkerStart {
pub llm: Arc<dyn Llm>,
pub queued: String,
}Fields§
§llm: Arc<dyn Llm>§queued: StringAuto Trait Implementations§
impl !RefUnwindSafe for WorkerStart
impl !UnwindSafe for WorkerStart
impl Freeze for WorkerStart
impl Send for WorkerStart
impl Sync for WorkerStart
impl Unpin for WorkerStart
impl UnsafeUnpin for WorkerStart
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