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