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