pub enum LengthForPerpetualChart {
_8h,
_24h,
_1m,
}Variants§
Trait Implementations§
Source§impl Clone for LengthForPerpetualChart
impl Clone for LengthForPerpetualChart
Source§fn clone(&self) -> LengthForPerpetualChart
fn clone(&self) -> LengthForPerpetualChart
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 LengthForPerpetualChart
impl Debug for LengthForPerpetualChart
Source§impl Default for LengthForPerpetualChart
impl Default for LengthForPerpetualChart
Source§fn default() -> LengthForPerpetualChart
fn default() -> LengthForPerpetualChart
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LengthForPerpetualChart
impl<'de> Deserialize<'de> for LengthForPerpetualChart
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 LengthForPerpetualChart
impl PartialEq for LengthForPerpetualChart
Source§impl Serialize for LengthForPerpetualChart
impl Serialize for LengthForPerpetualChart
impl StructuralPartialEq for LengthForPerpetualChart
Auto Trait Implementations§
impl Freeze for LengthForPerpetualChart
impl RefUnwindSafe for LengthForPerpetualChart
impl Send for LengthForPerpetualChart
impl Sync for LengthForPerpetualChart
impl Unpin for LengthForPerpetualChart
impl UnwindSafe for LengthForPerpetualChart
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