Struct glib::variant::VariantTypeMismatchError
source · [−]pub struct VariantTypeMismatchError {
pub actual: VariantType,
pub expected: VariantType,
}Expand description
Fields
actual: VariantTypeexpected: VariantTypeImplementations
Trait Implementations
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 RefUnwindSafe for VariantTypeMismatchError
impl Send for VariantTypeMismatchError
impl Sync for VariantTypeMismatchError
impl Unpin for VariantTypeMismatchError
impl UnwindSafe for VariantTypeMismatchError
Blanket Implementations
Mutably borrows from an owned value. Read more