Struct glib::variant::VariantTypeMismatchError
source · pub struct VariantTypeMismatchError {
pub actual: VariantType,
pub expected: VariantType,
}
Expand description
Fields§
§actual: VariantType
§expected: VariantType
Implementations§
source§impl VariantTypeMismatchError
impl VariantTypeMismatchError
pub fn new(actual: VariantType, expected: VariantType) -> Self
Trait Implementations§
source§impl Clone for VariantTypeMismatchError
impl Clone for VariantTypeMismatchError
source§fn clone(&self) -> VariantTypeMismatchError
fn clone(&self) -> VariantTypeMismatchError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for VariantTypeMismatchError
impl Debug for VariantTypeMismatchError
source§impl Display for VariantTypeMismatchError
impl Display for VariantTypeMismatchError
source§impl Error for VariantTypeMismatchError
impl Error for VariantTypeMismatchError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq<VariantTypeMismatchError> for VariantTypeMismatchError
impl PartialEq<VariantTypeMismatchError> for VariantTypeMismatchError
source§fn eq(&self, other: &VariantTypeMismatchError) -> bool
fn eq(&self, other: &VariantTypeMismatchError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.