Struct xoev_xwasser::GeburtType
source · pub struct GeburtType {
pub datum: Option<String>,
pub zusatz: Option<String>,
pub geburtsort: Option<AnschriftType>,
}
Expand description
Unter “Geburt” werden geburtsbezogene Informationen zusammengefasst.
Fields§
§datum: Option<String>
§zusatz: Option<String>
§geburtsort: Option<AnschriftType>
Trait Implementations§
source§impl Debug for GeburtType
impl Debug for GeburtType
source§impl Default for GeburtType
impl Default for GeburtType
source§fn default() -> GeburtType
fn default() -> GeburtType
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GeburtType
impl<'de> Deserialize<'de> for GeburtType
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 GeburtType
impl Serialize for GeburtType
source§impl Tsify for GeburtType
impl Tsify for GeburtType
type JsType = JsType
const DECL: &'static str = "export interface GeburtType {\n datum: string | undefined;\n zusatz: string | undefined;\n geburtsort: AnschriftType | 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 GeburtType
impl XmlDeserialize for GeburtType
Auto Trait Implementations§
impl Freeze for GeburtType
impl RefUnwindSafe for GeburtType
impl Send for GeburtType
impl Sync for GeburtType
impl Unpin for GeburtType
impl UnwindSafe for GeburtType
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