pub enum HourlyWeatherStatisticsQuery {
Temperature,
}Variants§
Temperature
Trait Implementations§
Source§impl Clone for HourlyWeatherStatisticsQuery
impl Clone for HourlyWeatherStatisticsQuery
Source§fn clone(&self) -> HourlyWeatherStatisticsQuery
fn clone(&self) -> HourlyWeatherStatisticsQuery
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 HourlyWeatherStatisticsQuery
impl Debug for HourlyWeatherStatisticsQuery
Source§impl PartialEq for HourlyWeatherStatisticsQuery
impl PartialEq for HourlyWeatherStatisticsQuery
Source§fn eq(&self, other: &HourlyWeatherStatisticsQuery) -> bool
fn eq(&self, other: &HourlyWeatherStatisticsQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for HourlyWeatherStatisticsQuery
impl Eq for HourlyWeatherStatisticsQuery
impl StructuralPartialEq for HourlyWeatherStatisticsQuery
Auto Trait Implementations§
impl Freeze for HourlyWeatherStatisticsQuery
impl RefUnwindSafe for HourlyWeatherStatisticsQuery
impl Send for HourlyWeatherStatisticsQuery
impl Sync for HourlyWeatherStatisticsQuery
impl Unpin for HourlyWeatherStatisticsQuery
impl UnsafeUnpin for HourlyWeatherStatisticsQuery
impl UnwindSafe for HourlyWeatherStatisticsQuery
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