pub struct HasLlm;Expand description
LLM port is set, model is not.
Trait Implementations§
impl Copy for HasLlm
Auto Trait Implementations§
impl Freeze for HasLlm
impl RefUnwindSafe for HasLlm
impl Send for HasLlm
impl Sync for HasLlm
impl Unpin for HasLlm
impl UnsafeUnpin for HasLlm
impl UnwindSafe for HasLlm
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