pub enum TimeInput {
Seconds(i64),
UnixTimestamp(i64),
Duration(String),
}Variants§
Trait Implementations§
impl Eq for TimeInput
impl StructuralPartialEq for TimeInput
Auto Trait Implementations§
impl Freeze for TimeInput
impl RefUnwindSafe for TimeInput
impl Send for TimeInput
impl Sync for TimeInput
impl Unpin for TimeInput
impl UnsafeUnpin for TimeInput
impl UnwindSafe for TimeInput
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.