Struct xoev_xwasser::CodePraefixType
source · pub struct CodePraefixType {
pub code: String,
pub name: Option<String>,
}
Expand description
Die mit der genutzten Codeliste beschriebenen Präfixe werden für die fachliche Adressierung über das DVDV verwendet.
Fields§
§code: String
§name: Option<String>
Trait Implementations§
source§impl Debug for CodePraefixType
impl Debug for CodePraefixType
source§impl Default for CodePraefixType
impl Default for CodePraefixType
source§fn default() -> CodePraefixType
fn default() -> CodePraefixType
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CodePraefixType
impl<'de> Deserialize<'de> for CodePraefixType
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 CodePraefixType
impl Serialize for CodePraefixType
source§impl Tsify for CodePraefixType
impl Tsify for CodePraefixType
source§impl XmlDeserialize for CodePraefixType
impl XmlDeserialize for CodePraefixType
Auto Trait Implementations§
impl Freeze for CodePraefixType
impl RefUnwindSafe for CodePraefixType
impl Send for CodePraefixType
impl Sync for CodePraefixType
impl Unpin for CodePraefixType
impl UnwindSafe for CodePraefixType
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