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