pub enum InteractionThinkingLevel {
Minimal,
Low,
Medium,
High,
}Expand description
Thinking level(Interactions 版本,lowercase)。
Variants§
Trait Implementations§
Source§impl Clone for InteractionThinkingLevel
impl Clone for InteractionThinkingLevel
Source§fn clone(&self) -> InteractionThinkingLevel
fn clone(&self) -> InteractionThinkingLevel
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 InteractionThinkingLevel
impl Debug for InteractionThinkingLevel
Source§impl<'de> Deserialize<'de> for InteractionThinkingLevel
impl<'de> Deserialize<'de> for InteractionThinkingLevel
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for InteractionThinkingLevel
impl PartialEq for InteractionThinkingLevel
Source§impl Serialize for InteractionThinkingLevel
impl Serialize for InteractionThinkingLevel
impl Copy for InteractionThinkingLevel
impl Eq for InteractionThinkingLevel
impl StructuralPartialEq for InteractionThinkingLevel
Auto Trait Implementations§
impl Freeze for InteractionThinkingLevel
impl RefUnwindSafe for InteractionThinkingLevel
impl Send for InteractionThinkingLevel
impl Sync for InteractionThinkingLevel
impl Unpin for InteractionThinkingLevel
impl UnsafeUnpin for InteractionThinkingLevel
impl UnwindSafe for InteractionThinkingLevel
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