Struct xoev_xwasser::FamilienstandType
source · pub struct FamilienstandType {
pub familienstand: Option<CodeFamilienstandType>,
pub zusatz: Option<String>,
pub grund: Option<CodeFamilienstandBeendigungsgrundType>,
pub gueltigkeit: Option<ZeitraumType>,
pub behoerde: Option<BehoerdeType>,
}
Expand description
Hier werden Angaben zum Familienstand einer natürlichen Person zusammengefasst.
Fields§
§familienstand: Option<CodeFamilienstandType>
§zusatz: Option<String>
§grund: Option<CodeFamilienstandBeendigungsgrundType>
§gueltigkeit: Option<ZeitraumType>
§behoerde: Option<BehoerdeType>
Trait Implementations§
source§impl Debug for FamilienstandType
impl Debug for FamilienstandType
source§impl<'de> Deserialize<'de> for FamilienstandType
impl<'de> Deserialize<'de> for FamilienstandType
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 FamilienstandType
impl Serialize for FamilienstandType
source§impl Tsify for FamilienstandType
impl Tsify for FamilienstandType
type JsType = JsType
const DECL: &'static str = "export interface FamilienstandType {\n familienstand: CodeFamilienstandType | undefined;\n zusatz: string | undefined;\n grund: CodeFamilienstandBeendigungsgrundType | undefined;\n gueltigkeit: ZeitraumType | undefined;\n behoerde: BehoerdeType | 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 FamilienstandType
impl XmlDeserialize for FamilienstandType
Auto Trait Implementations§
impl Freeze for FamilienstandType
impl RefUnwindSafe for FamilienstandType
impl Send for FamilienstandType
impl Sync for FamilienstandType
impl Unpin for FamilienstandType
impl UnwindSafe for FamilienstandType
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