Struct xmlJSON::ParseXmlError
[−]
[src]
pub struct ParseXmlError;
Error when parsing XML
pub struct ParseXmlError;
Error when parsing XML
impl Display for ParseXmlError
impl PartialEq for ParseXmlError
fn eq(&self, __arg_0: &ParseXmlError) -> bool
fn ne(&self, __arg_0: &ParseXmlError) -> bool
impl Clone for ParseXmlError
fn clone(&self) -> ParseXmlError
fn clone_from(&mut self, source: &Self)
impl Debug for ParseXmlError
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, type
, macro
,
and const
.
Search functions by type signature (e.g.
vec -> usize
)