pub struct MeteClassPart {
pub typhoon_class: Option<EbTyphoonClass>,
pub area_class: Option<EbAreaClass>,
pub intensity_class: Option<EbIntensityClass>,
pub time: Option<DateTime>,
pub remark: Option<String>,
}Fields§
§typhoon_class: Option<EbTyphoonClass>熱帯擾乱種類
熱帯擾乱の種類を示す
area_class: Option<EbAreaClass>大きさ階級
台風の大きさ階級を示す
intensity_class: Option<EbIntensityClass>強さ階級
台風の強さ階級を示す
time: Option<DateTime>起時
発生時刻を示す
remark: Option<String>注意事項・付加事項
Trait Implementations§
Source§impl Debug for MeteClassPart
impl Debug for MeteClassPart
Source§impl<'de> Deserialize<'de> for MeteClassPart
impl<'de> Deserialize<'de> for MeteClassPart
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 MeteClassPart
impl RefUnwindSafe for MeteClassPart
impl Send for MeteClassPart
impl Sync for MeteClassPart
impl Unpin for MeteClassPart
impl UnwindSafe for MeteClassPart
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