Struct xoev_xwasser::AusweisdokumentType
source · pub struct AusweisdokumentType {
pub ausweisart: Option<CodeAusweisdokumenteType>,
pub gueltigkeit: Option<ZeitraumType>,
pub ausweis_id: Option<IdentifikationType>,
pub ausstellende_behoerde: Option<BehoerdeType>,
pub ausstellender_staat: Option<StaatType>,
}
Expand description
Ein Ausweis ist eine öffentliche oder private Urkunde, die die Identität des Inhabers schriftlich und offiziell darstellt. Er enthält meist persönliche Daten.
Fields§
§ausweisart: Option<CodeAusweisdokumenteType>
§gueltigkeit: Option<ZeitraumType>
§ausweis_id: Option<IdentifikationType>
§ausstellende_behoerde: Option<BehoerdeType>
§ausstellender_staat: Option<StaatType>
Trait Implementations§
source§impl Debug for AusweisdokumentType
impl Debug for AusweisdokumentType
source§impl<'de> Deserialize<'de> for AusweisdokumentType
impl<'de> Deserialize<'de> for AusweisdokumentType
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 AusweisdokumentType
impl Serialize for AusweisdokumentType
source§impl Tsify for AusweisdokumentType
impl Tsify for AusweisdokumentType
type JsType = JsType
const DECL: &'static str = "export interface AusweisdokumentType {\n ausweisart: CodeAusweisdokumenteType | undefined;\n gueltigkeit: ZeitraumType | undefined;\n ausweis_id: IdentifikationType | undefined;\n ausstellende_behoerde: BehoerdeType | undefined;\n ausstellender_staat: StaatType | 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 AusweisdokumentType
impl XmlDeserialize for AusweisdokumentType
Auto Trait Implementations§
impl Freeze for AusweisdokumentType
impl RefUnwindSafe for AusweisdokumentType
impl Send for AusweisdokumentType
impl Sync for AusweisdokumentType
impl Unpin for AusweisdokumentType
impl UnwindSafe for AusweisdokumentType
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