pub enum PromptTaskKind {
Entity,
Relation,
Structure,
Classification,
}Variants§
Trait Implementations§
Source§impl Clone for PromptTaskKind
impl Clone for PromptTaskKind
Source§fn clone(&self) -> PromptTaskKind
fn clone(&self) -> PromptTaskKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PromptTaskKind
impl Debug for PromptTaskKind
Source§impl PartialEq for PromptTaskKind
impl PartialEq for PromptTaskKind
Source§impl Serialize for PromptTaskKind
impl Serialize for PromptTaskKind
impl Eq for PromptTaskKind
impl StructuralPartialEq for PromptTaskKind
Auto Trait Implementations§
impl Freeze for PromptTaskKind
impl RefUnwindSafe for PromptTaskKind
impl Send for PromptTaskKind
impl Sync for PromptTaskKind
impl Unpin for PromptTaskKind
impl UnsafeUnpin for PromptTaskKind
impl UnwindSafe for PromptTaskKind
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