Enum glib_sys::GVariantParseError [] [src]

pub enum GVariantParseError {
    Failed,
    BasicTypeExpected,
    CannotInferType,
    DefiniteTypeExpected,
    InputNotAtEnd,
    InvalidCharacter,
    InvalidFormatString,
    InvalidObjectPath,
    InvalidSignature,
    InvalidTypeString,
    NoCommonType,
    NumberOutOfRange,
    NumberTooBig,
    TypeError,
    UnexpectedToken,
    UnknownKeyword,
    UnterminatedStringConstant,
    ValueExpected,
}

Variants

Failed
BasicTypeExpected
CannotInferType
DefiniteTypeExpected
InputNotAtEnd
InvalidCharacter
InvalidFormatString
InvalidObjectPath
InvalidSignature
InvalidTypeString
NoCommonType
NumberOutOfRange
NumberTooBig
TypeError
UnexpectedToken
UnknownKeyword
UnterminatedStringConstant
ValueExpected

Trait Implementations

Derived Implementations

impl PartialEq for GVariantParseError

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

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

impl Eq for GVariantParseError

impl Debug for GVariantParseError

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

impl Copy for GVariantParseError

impl Clone for GVariantParseError

fn clone(&self) -> GVariantParseError

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