pub enum Periodicity {
Month,
Quarter,
Year,
}Expand description
Периодичность ряда.
Variants§
Trait Implementations§
Source§impl Clone for Periodicity
impl Clone for Periodicity
Source§fn clone(&self) -> Periodicity
fn clone(&self) -> Periodicity
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 Periodicity
impl Debug for Periodicity
Source§impl<'de> Deserialize<'de> for Periodicity
impl<'de> Deserialize<'de> for Periodicity
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 Hash for Periodicity
impl Hash for Periodicity
Source§impl PartialEq for Periodicity
impl PartialEq for Periodicity
Source§impl Serialize for Periodicity
impl Serialize for Periodicity
impl Copy for Periodicity
impl Eq for Periodicity
impl StructuralPartialEq for Periodicity
Auto Trait Implementations§
impl Freeze for Periodicity
impl RefUnwindSafe for Periodicity
impl Send for Periodicity
impl Sync for Periodicity
impl Unpin for Periodicity
impl UnsafeUnpin for Periodicity
impl UnwindSafe for Periodicity
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