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