pub enum DailyWeatherStatisticsQuery {
Temperature,
Precipitation,
}Variants§
Trait Implementations§
Source§impl Clone for DailyWeatherStatisticsQuery
impl Clone for DailyWeatherStatisticsQuery
Source§fn clone(&self) -> DailyWeatherStatisticsQuery
fn clone(&self) -> DailyWeatherStatisticsQuery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DailyWeatherStatisticsQuery
impl Debug for DailyWeatherStatisticsQuery
Source§impl PartialEq for DailyWeatherStatisticsQuery
impl PartialEq for DailyWeatherStatisticsQuery
Source§fn eq(&self, other: &DailyWeatherStatisticsQuery) -> bool
fn eq(&self, other: &DailyWeatherStatisticsQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DailyWeatherStatisticsQuery
impl Eq for DailyWeatherStatisticsQuery
impl StructuralPartialEq for DailyWeatherStatisticsQuery
Auto Trait Implementations§
impl Freeze for DailyWeatherStatisticsQuery
impl RefUnwindSafe for DailyWeatherStatisticsQuery
impl Send for DailyWeatherStatisticsQuery
impl Sync for DailyWeatherStatisticsQuery
impl Unpin for DailyWeatherStatisticsQuery
impl UnsafeUnpin for DailyWeatherStatisticsQuery
impl UnwindSafe for DailyWeatherStatisticsQuery
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