pub enum ExceptionTypeItems {
Description(Description),
Parameter(Parameter),
}
Expand description
A child item of the
Variants§
Description(Description)
The description of the exception
Parameter(Parameter)
A parameter tag of the exception
Trait Implementations§
Source§impl Debug for ExceptionTypeItems
impl Debug for ExceptionTypeItems
Source§impl<'de> Deserialize<'de> for ExceptionTypeItems
impl<'de> Deserialize<'de> for ExceptionTypeItems
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 PartialEq for ExceptionTypeItems
impl PartialEq for ExceptionTypeItems
Source§impl Serialize for ExceptionTypeItems
impl Serialize for ExceptionTypeItems
impl Eq for ExceptionTypeItems
impl StructuralPartialEq for ExceptionTypeItems
Auto Trait Implementations§
impl Freeze for ExceptionTypeItems
impl RefUnwindSafe for ExceptionTypeItems
impl Send for ExceptionTypeItems
impl Sync for ExceptionTypeItems
impl Unpin for ExceptionTypeItems
impl UnwindSafe for ExceptionTypeItems
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