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