pub enum WeatherStation {
Show 34 variants
CCH,
CLK,
EPC,
HKO,
HKP,
HKS,
HPV,
JKB,
KAT,
KLT,
KP,
KTG,
LFS,
PLC,
SE1,
SEK,
SHA,
SKG,
SKW,
SSP,
STK,
STY,
SWH,
TAP,
TBT,
TKL,
TUN,
TW,
TWN,
TY1,
WTS,
TCT,
YLP,
YNF,
}Available on crate feature
opendata only.Variants§
CCH
Cheung Chau
CLK
Chek Lap Kok
EPC
Ping Chau
HKO
Hong Kong Observatory
HKP
Hong Kong Park
HKS
Wong Chuk Hang
HPV
Happy Valley
JKB
Tseung Kwan O
KAT
Kat O
KLT
Kowloon City
KP
King’s Park
KTG
Kwun Tong
LFS
Lau Fau Shan
PLC
Tai Mei Tuk
SE1
Kai Tak Runway Park
SEK
Shek Kong
SHA
Sha Tin
SKG
Sai Kung
SKW
Shau Kei Wan
SSP
Sham Shui Po
STK
Sha Tau Kok
STY
Stanley
SWH
Sai Wan Ho
TAP
Tap Mun
TBT
Tsim Bei Tsui
TKL
Ta Kwu Ling
TUN
Tuen Mun
TW
Tsuen Wan Shing Mun Valley
TWN
Tsuen Wan Ho Koon
TY1
Tsing Yi
WTS
Wong Tai Sin
TCT
Tai Po
YLP
Yuen Long Park
YNF
Yuen Ng Fan
Trait Implementations§
Source§impl Clone for WeatherStation
impl Clone for WeatherStation
Source§fn clone(&self) -> WeatherStation
fn clone(&self) -> WeatherStation
Returns a duplicate of the value. Read more
1.0.0 · 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 WeatherStation
impl Debug for WeatherStation
Source§impl Display for WeatherStation
impl Display for WeatherStation
Source§impl PartialEq for WeatherStation
impl PartialEq for WeatherStation
impl Copy for WeatherStation
impl Eq for WeatherStation
impl StructuralPartialEq for WeatherStation
Auto Trait Implementations§
impl Freeze for WeatherStation
impl RefUnwindSafe for WeatherStation
impl Send for WeatherStation
impl Sync for WeatherStation
impl Unpin for WeatherStation
impl UnwindSafe for WeatherStation
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.