pub enum RKLLMInputRole {
User,
Tool,
}Expand description
The role of the user providing the input.
Variants§
Auto Trait Implementations§
impl Freeze for RKLLMInputRole
impl RefUnwindSafe for RKLLMInputRole
impl Send for RKLLMInputRole
impl Sync for RKLLMInputRole
impl Unpin for RKLLMInputRole
impl UnwindSafe for RKLLMInputRole
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