Struct xoev_xwasser::DoktorgradType
source · pub struct DoktorgradType {
pub bezeichnung: String,
}
Expand description
Dieser Datentyp erlaubt die Angabe von Doktorgraden. Es sind nur diejenigen Doktorgrade anzugeben, die in Pässe eingetragen werden dürfen. Sind mehrere Doktorgrade anzugeben, so sind sie durch ein Leerzeichen zu trennen. Zulässig sind derzeit: „DR.“, „Dr.“, „DR.HC.“, „Dr.hc.“, „Dr.EH.“ und „Dr.eh.“.
Fields§
§bezeichnung: String
Trait Implementations§
source§impl Debug for DoktorgradType
impl Debug for DoktorgradType
source§impl Default for DoktorgradType
impl Default for DoktorgradType
source§fn default() -> DoktorgradType
fn default() -> DoktorgradType
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DoktorgradType
impl<'de> Deserialize<'de> for DoktorgradType
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 DoktorgradType
impl Serialize for DoktorgradType
source§impl Tsify for DoktorgradType
impl Tsify for DoktorgradType
source§impl XmlDeserialize for DoktorgradType
impl XmlDeserialize for DoktorgradType
Auto Trait Implementations§
impl Freeze for DoktorgradType
impl RefUnwindSafe for DoktorgradType
impl Send for DoktorgradType
impl Sync for DoktorgradType
impl Unpin for DoktorgradType
impl UnwindSafe for DoktorgradType
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