Struct xoev_xwasser::AnlageNachTrinkwVType
source · pub struct AnlageNachTrinkwVType {
pub anlage_nach_trinkw_vid: String,
pub zustaendige_behoerde_id: String,
pub untersuchungsplan_id: Vec<String>,
pub art_anlage: CodeArtTrinkwasseranlageType,
pub name_der_anlage: String,
pub abgegebene_wassermenge_der_anlage_pro_tag: Option<f64>,
pub anzahl_durch_anlage_versorgte_personen: Option<u32>,
pub alt_id: Option<String>,
pub kommentar: Option<String>,
pub wasserversorgungsgebiet: Vec<WasserversorgungsgebietType>,
pub anlage_nach_trinw_v_objekt: Vec<ObjektType>,
}
Expand description
Klasse für den Transport von Informationen zu einer Trinkwasserversorgungsanlage.
Fields§
§anlage_nach_trinkw_vid: String
§zustaendige_behoerde_id: String
§untersuchungsplan_id: Vec<String>
§art_anlage: CodeArtTrinkwasseranlageType
§name_der_anlage: String
§abgegebene_wassermenge_der_anlage_pro_tag: Option<f64>
§anzahl_durch_anlage_versorgte_personen: Option<u32>
§alt_id: Option<String>
§kommentar: Option<String>
§wasserversorgungsgebiet: Vec<WasserversorgungsgebietType>
§anlage_nach_trinw_v_objekt: Vec<ObjektType>
Trait Implementations§
source§impl Debug for AnlageNachTrinkwVType
impl Debug for AnlageNachTrinkwVType
source§impl Default for AnlageNachTrinkwVType
impl Default for AnlageNachTrinkwVType
source§fn default() -> AnlageNachTrinkwVType
fn default() -> AnlageNachTrinkwVType
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AnlageNachTrinkwVType
impl<'de> Deserialize<'de> for AnlageNachTrinkwVType
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
source§impl Serialize for AnlageNachTrinkwVType
impl Serialize for AnlageNachTrinkwVType
source§impl Tsify for AnlageNachTrinkwVType
impl Tsify for AnlageNachTrinkwVType
type JsType = JsType
const DECL: &'static str = "export interface AnlageNachTrinkwVType {\n anlage_nach_trinkw_vid: string;\n zustaendige_behoerde_id: string;\n untersuchungsplan_id: string[];\n art_anlage: CodeArtTrinkwasseranlageType;\n name_der_anlage: string;\n abgegebene_wassermenge_der_anlage_pro_tag: number | undefined;\n anzahl_durch_anlage_versorgte_personen: number | undefined;\n alt_id: string | undefined;\n kommentar: string | undefined;\n wasserversorgungsgebiet: WasserversorgungsgebietType[];\n anlage_nach_trinw_v_objekt: ObjektType[];\n}"
fn into_js(&self) -> Result<Self::JsType, Error>where
Self: Serialize,
fn from_js<T>(js: T) -> Result<Self, Error>
Auto Trait Implementations§
impl Freeze for AnlageNachTrinkwVType
impl RefUnwindSafe for AnlageNachTrinkwVType
impl Send for AnlageNachTrinkwVType
impl Sync for AnlageNachTrinkwVType
impl Unpin for AnlageNachTrinkwVType
impl UnwindSafe for AnlageNachTrinkwVType
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