Enum glib::value::ValueTypeMismatchOrNoneError [−][src]
pub enum ValueTypeMismatchOrNoneError {
WrongValueType(ValueTypeMismatchError),
UnexpectedNone,
}Variants
WrongValueType(ValueTypeMismatchError)Trait Implementations
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for ValueTypeMismatchOrNoneErrorimpl Sync for ValueTypeMismatchOrNoneErrorimpl Unpin for ValueTypeMismatchOrNoneErrorimpl UnwindSafe for ValueTypeMismatchOrNoneErrorBlanket Implementations
Mutably borrows from an owned value. Read more