pub struct EbSnowfallDepth {
pub ty: String,
pub unit: Option<String>,
pub ref_id: Option<u8>,
pub condition: Option<String>,
pub description: Option<String>,
/* private fields */
}Fields§
§ty: String分類
unit: Option<String>単位
ref_id: Option<u8>時系列での参照番号
時系列で表現する場合の参照番号を示す。
condition: Option<String>状態
値の状態(「不明」など)を示す。
description: Option<String>文字列表現
値を文字列で表示する場合の表記法を記述する。
Trait Implementations§
Source§impl Debug for EbSnowfallDepth
impl Debug for EbSnowfallDepth
Source§impl<'de> Deserialize<'de> for EbSnowfallDepth
impl<'de> Deserialize<'de> for EbSnowfallDepth
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
Auto Trait Implementations§
impl Freeze for EbSnowfallDepth
impl RefUnwindSafe for EbSnowfallDepth
impl Send for EbSnowfallDepth
impl Sync for EbSnowfallDepth
impl Unpin for EbSnowfallDepth
impl UnwindSafe for EbSnowfallDepth
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