pub enum UserBehaviour {
Speculator,
Holder,
Trader,
}
Expand description
Market behaviour of the user.
Variants§
Speculator
Speculator: Users who buy and sell tokens frequently to make a profit.
Holder
Holder: Users who buy tokens and hold them for a long time.
Trader
Trader: Users who trade tokens frequently but do not hold them for long.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UserBehaviour
impl RefUnwindSafe for UserBehaviour
impl Send for UserBehaviour
impl Sync for UserBehaviour
impl Unpin for UserBehaviour
impl UnwindSafe for UserBehaviour
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