Enum glib_sys::GMarkupError [] [src]

pub enum GMarkupError {
    BadUtf8,
    Empty,
    Parse,
    UnknownElement,
    UnknownAttribute,
    InvalidContent,
    MissingAttribute,
}

Variants

BadUtf8
Empty
Parse
UnknownElement
UnknownAttribute
InvalidContent
MissingAttribute

Trait Implementations

Derived Implementations

impl PartialEq for GMarkupError

fn eq(&self, __arg_0: &GMarkupError) -> bool

fn ne(&self, __arg_0: &GMarkupError) -> bool

impl Eq for GMarkupError

impl Debug for GMarkupError

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for GMarkupError

impl Clone for GMarkupError

fn clone(&self) -> GMarkupError

1.0.0fn clone_from(&mut self, source: &Self)