pub enum Icon {
Show 13 variants
ClearDay,
ClearNight,
PartlyCloudyDay,
PartlyCloudyNight,
Cloudy,
Fog,
Wind,
Rain,
Sleet,
Snow,
Hail,
Thunderstorm,
Null,
}Variants§
ClearDay
ClearNight
PartlyCloudyDay
PartlyCloudyNight
Cloudy
Fog
Wind
Rain
Sleet
Snow
Hail
Thunderstorm
Null
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Icon
impl<'de> Deserialize<'de> for Icon
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Icon
Auto Trait Implementations§
impl Freeze for Icon
impl RefUnwindSafe for Icon
impl Send for Icon
impl Sync for Icon
impl Unpin for Icon
impl UnwindSafe for Icon
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