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