pub enum IntervalUnit {
Day,
Week,
Month,
Year,
}Variants§
Trait Implementations§
Source§impl Debug for IntervalUnit
impl Debug for IntervalUnit
Source§impl Default for IntervalUnit
impl Default for IntervalUnit
Source§fn default() -> IntervalUnit
fn default() -> IntervalUnit
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IntervalUnit
impl<'de> Deserialize<'de> for IntervalUnit
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 IntervalUnit
impl PartialEq for IntervalUnit
Source§impl Serialize for IntervalUnit
impl Serialize for IntervalUnit
impl StructuralPartialEq for IntervalUnit
Auto Trait Implementations§
impl Freeze for IntervalUnit
impl RefUnwindSafe for IntervalUnit
impl Send for IntervalUnit
impl Sync for IntervalUnit
impl Unpin for IntervalUnit
impl UnwindSafe for IntervalUnit
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