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 for VariantTypeMismatchError
impl PartialEq 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 ==
.impl Eq for VariantTypeMismatchError
impl StructuralPartialEq for VariantTypeMismatchError
Auto Trait Implementations§
impl Freeze for VariantTypeMismatchError
impl RefUnwindSafe for VariantTypeMismatchError
impl Send for VariantTypeMismatchError
impl Sync for VariantTypeMismatchError
impl Unpin for VariantTypeMismatchError
impl UnwindSafe for VariantTypeMismatchError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)