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