pub enum TimeseriesInterval {
Minute,
Hour,
Day,
}Variants§
Trait Implementations§
Source§impl Clone for TimeseriesInterval
impl Clone for TimeseriesInterval
Source§fn clone(&self) -> TimeseriesInterval
fn clone(&self) -> TimeseriesInterval
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 TimeseriesInterval
impl Debug for TimeseriesInterval
Source§impl<'_derivative_strum> From<&'_derivative_strum TimeseriesInterval> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum TimeseriesInterval> for &'static str
Source§fn from(x: &'_derivative_strum TimeseriesInterval) -> &'static str
fn from(x: &'_derivative_strum TimeseriesInterval) -> &'static str
Converts to this type from the input type.
Source§impl From<TimeseriesInterval> for &'static str
impl From<TimeseriesInterval> for &'static str
Source§fn from(x: TimeseriesInterval) -> &'static str
fn from(x: TimeseriesInterval) -> &'static str
Converts to this type from the input type.
impl Copy for TimeseriesInterval
Auto Trait Implementations§
impl Freeze for TimeseriesInterval
impl RefUnwindSafe for TimeseriesInterval
impl Send for TimeseriesInterval
impl Sync for TimeseriesInterval
impl Unpin for TimeseriesInterval
impl UnwindSafe for TimeseriesInterval
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