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