Enum JumpTrendCharacter
#[non_exhaustive]pub enum JumpTrendCharacter {
MeanReverting,
TrendAligned,
TrendAntiAligned,
Neutral,
}Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Implementations§
§impl JumpTrendCharacter
impl JumpTrendCharacter
Trait Implementations§
§impl Clone for JumpTrendCharacter
impl Clone for JumpTrendCharacter
§fn clone(&self) -> JumpTrendCharacter
fn clone(&self) -> JumpTrendCharacter
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl PartialEq for JumpTrendCharacter
impl PartialEq for JumpTrendCharacter
impl Copy for JumpTrendCharacter
impl Eq for JumpTrendCharacter
impl StructuralPartialEq for JumpTrendCharacter
Auto Trait Implementations§
impl Freeze for JumpTrendCharacter
impl RefUnwindSafe for JumpTrendCharacter
impl Send for JumpTrendCharacter
impl Sync for JumpTrendCharacter
impl Unpin for JumpTrendCharacter
impl UnwindSafe for JumpTrendCharacter
Blanket Implementations§
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)