pub enum InsightMode {
Off,
Neutral,
Full,
}Expand description
How much of the user-global structured profile (“基础画像”) to inject.
Variants§
Trait Implementations§
Source§impl Clone for InsightMode
impl Clone for InsightMode
Source§fn clone(&self) -> InsightMode
fn clone(&self) -> InsightMode
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 moreimpl Copy for InsightMode
Source§impl Debug for InsightMode
impl Debug for InsightMode
impl Eq for InsightMode
Source§impl PartialEq for InsightMode
impl PartialEq for InsightMode
impl StructuralPartialEq for InsightMode
Auto Trait Implementations§
impl Freeze for InsightMode
impl RefUnwindSafe for InsightMode
impl Send for InsightMode
impl Sync for InsightMode
impl Unpin for InsightMode
impl UnsafeUnpin for InsightMode
impl UnwindSafe for InsightMode
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