pub struct MeteFloodForecastAddition {
pub hydrometric_station_parts: Vec<MeteHydrometricStationPart>,
}Fields§
§hydrometric_station_parts: Vec<MeteHydrometricStationPart>水位・流量観測所付加情報
水位観測所の受け持ち区間と基準の諸要素を示す
Trait Implementations§
Source§impl Debug for MeteFloodForecastAddition
impl Debug for MeteFloodForecastAddition
Source§impl<'de> Deserialize<'de> for MeteFloodForecastAddition
impl<'de> Deserialize<'de> for MeteFloodForecastAddition
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 MeteFloodForecastAddition
impl RefUnwindSafe for MeteFloodForecastAddition
impl Send for MeteFloodForecastAddition
impl Sync for MeteFloodForecastAddition
impl Unpin for MeteFloodForecastAddition
impl UnwindSafe for MeteFloodForecastAddition
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