Struct xoev_xwasser::IdentifikationType
source · pub struct IdentifikationType {
pub id: Option<String>,
pub beschreibung: Option<String>,
pub gueltigkeit: Option<ZeitraumType>,
}
Expand description
Unter “Identifikation” werden die Informationen zusammengefasst, die die eindeutige Identifikation von Objekten in einem fachlichen Kontext erlauben.
Fields§
§id: Option<String>
§beschreibung: Option<String>
§gueltigkeit: Option<ZeitraumType>
Trait Implementations§
source§impl Debug for IdentifikationType
impl Debug for IdentifikationType
source§impl Default for IdentifikationType
impl Default for IdentifikationType
source§fn default() -> IdentifikationType
fn default() -> IdentifikationType
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for IdentifikationType
impl<'de> Deserialize<'de> for IdentifikationType
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 IdentifikationType
impl Serialize for IdentifikationType
source§impl Tsify for IdentifikationType
impl Tsify for IdentifikationType
type JsType = JsType
const DECL: &'static str = "export interface IdentifikationType {\n id: string | undefined;\n beschreibung: string | undefined;\n gueltigkeit: ZeitraumType | undefined;\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 IdentifikationType
impl XmlDeserialize for IdentifikationType
Auto Trait Implementations§
impl Freeze for IdentifikationType
impl RefUnwindSafe for IdentifikationType
impl Send for IdentifikationType
impl Sync for IdentifikationType
impl Unpin for IdentifikationType
impl UnwindSafe for IdentifikationType
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