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