pub enum TimeUnitType {
Days,
Months,
Years,
}Variants§
Trait Implementations§
Source§impl Clone for TimeUnitType
impl Clone for TimeUnitType
Source§fn clone(&self) -> TimeUnitType
fn clone(&self) -> TimeUnitType
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 TimeUnitType
impl Debug for TimeUnitType
Source§impl<'de> Deserialize<'de> for TimeUnitType
impl<'de> Deserialize<'de> for TimeUnitType
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 Display for TimeUnitType
impl Display for TimeUnitType
Source§impl FromStr for TimeUnitType
impl FromStr for TimeUnitType
Source§impl PartialEq for TimeUnitType
impl PartialEq for TimeUnitType
Source§impl Serialize for TimeUnitType
impl Serialize for TimeUnitType
impl Copy for TimeUnitType
impl Eq for TimeUnitType
impl StructuralPartialEq for TimeUnitType
Auto Trait Implementations§
impl Freeze for TimeUnitType
impl RefUnwindSafe for TimeUnitType
impl Send for TimeUnitType
impl Sync for TimeUnitType
impl Unpin for TimeUnitType
impl UnsafeUnpin for TimeUnitType
impl UnwindSafe for TimeUnitType
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