Struct xoev_xwasser::Probe
source · pub struct Probe {
pub probe_id: String,
pub probennahmestelle_id: String,
pub analyseergebnis_parameter: AnalyseergebnisParameter,
}
Fields§
§probe_id: String
§probennahmestelle_id: String
§analyseergebnis_parameter: AnalyseergebnisParameter
Trait Implementations§
source§impl<'de> Deserialize<'de> for Probe
impl<'de> Deserialize<'de> for Probe
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 Tsify for Probe
impl Tsify for Probe
type JsType = JsType
const DECL: &'static str = "export interface Probe {\n probe_id: string;\n probennahmestelle_id: string;\n analyseergebnis_parameter: AnalyseergebnisParameter;\n}"
fn into_js(&self) -> Result<Self::JsType, Error>where
Self: Serialize,
fn from_js<T>(js: T) -> Result<Self, Error>
source§impl XmlDeserialize for Probe
impl XmlDeserialize for Probe
fn xml_deserialize<R: BufRead>( reader: &mut NsReader<R>, target_ns: XmlTag, tag: XmlTargetNs, attributes: Attributes<'_>, is_empty: bool, ) -> XmlDeserializeResult<Self>
fn root() -> Option<XmlTag>
fn target_ns() -> Option<XmlTargetNs>
fn is_enum() -> bool
Auto Trait Implementations§
impl Freeze for Probe
impl RefUnwindSafe for Probe
impl Send for Probe
impl Sync for Probe
impl Unpin for Probe
impl UnwindSafe for Probe
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