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