Struct xoev_xwasser::CodeFamilienstandType
source · pub struct CodeFamilienstandType {
pub code: String,
pub name: Option<String>,
}
Fields§
§code: String
§name: Option<String>
Trait Implementations§
source§impl Debug for CodeFamilienstandType
impl Debug for CodeFamilienstandType
source§impl Default for CodeFamilienstandType
impl Default for CodeFamilienstandType
source§fn default() -> CodeFamilienstandType
fn default() -> CodeFamilienstandType
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CodeFamilienstandType
impl<'de> Deserialize<'de> for CodeFamilienstandType
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 CodeFamilienstandType
impl Serialize for CodeFamilienstandType
source§impl Tsify for CodeFamilienstandType
impl Tsify for CodeFamilienstandType
Auto Trait Implementations§
impl Freeze for CodeFamilienstandType
impl RefUnwindSafe for CodeFamilienstandType
impl Send for CodeFamilienstandType
impl Sync for CodeFamilienstandType
impl Unpin for CodeFamilienstandType
impl UnwindSafe for CodeFamilienstandType
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