Enum glib_sys::GVariantParseError
[−]
[src]
#[repr(C)]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
impl Clone for GVariantParseError
[src]
fn clone(&self) -> GVariantParseError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more