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