Enum vtd_xml::sys::ExceptionType [] [src]

#[repr(u32)]
pub enum ExceptionType { OutOfMem, InvalidArgument, ArrayOutOfBound, ParseException, NavException, PilotException, NumberFormatException, XPathParseException, XPathEvalException, ModifyException, IndexWriteException, IndexReadException, IoException, TranscodeException, OtherException, }

Variants

Trait Implementations

impl Copy for ExceptionType
[src]

impl Clone for ExceptionType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ExceptionType
[src]

Formats the value using the given formatter.