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