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