pub struct MeteLocalPressure {
pub area_name: Option<String>,
pub sentence: Option<MeteSentence>,
pub pressures: Vec<EbPressure>,
pub time: Option<DateTime>,
pub remark: Option<String>,
}Fields§
§area_name: Option<String>地域の名称
領域の一部の区域の名称、表現を示す
sentence: Option<MeteSentence>文章形式の表現
領域の一部の区域の内容を文章形式で示す
pressures: Vec<EbPressure>気圧
time: Option<DateTime>起時
発生時刻を示す
remark: Option<String>注意事項・付加事項
Trait Implementations§
Source§impl Debug for MeteLocalPressure
impl Debug for MeteLocalPressure
Source§impl<'de> Deserialize<'de> for MeteLocalPressure
impl<'de> Deserialize<'de> for MeteLocalPressure
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 MeteLocalPressure
impl RefUnwindSafe for MeteLocalPressure
impl Send for MeteLocalPressure
impl Sync for MeteLocalPressure
impl Unpin for MeteLocalPressure
impl UnwindSafe for MeteLocalPressure
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