pub enum PromptProfile {
Default,
Safe,
Fast,
Review,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PromptProfile
impl Clone for PromptProfile
Source§fn clone(&self) -> PromptProfile
fn clone(&self) -> PromptProfile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PromptProfile
impl Debug for PromptProfile
Source§impl Default for PromptProfile
impl Default for PromptProfile
Source§fn default() -> PromptProfile
fn default() -> PromptProfile
Returns the “default value” for a type. Read more
Source§impl FromStr for PromptProfile
impl FromStr for PromptProfile
Source§impl PartialEq for PromptProfile
impl PartialEq for PromptProfile
Source§fn eq(&self, other: &PromptProfile) -> bool
fn eq(&self, other: &PromptProfile) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PromptProfile
impl Eq for PromptProfile
impl StructuralPartialEq for PromptProfile
Auto Trait Implementations§
impl Freeze for PromptProfile
impl RefUnwindSafe for PromptProfile
impl Send for PromptProfile
impl Sync for PromptProfile
impl Unpin for PromptProfile
impl UnsafeUnpin for PromptProfile
impl UnwindSafe for PromptProfile
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