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