pub struct VariantError;
Trait Implementations§
Source§impl Debug for VariantError
impl Debug for VariantError
Source§impl<'a> From<&'a Variant> for VariantError
impl<'a> From<&'a Variant> for VariantError
Source§impl From<VariantError> for ComError
impl From<VariantError> for ComError
Source§fn from(_: VariantError) -> Self
fn from(_: VariantError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for VariantError
impl RefUnwindSafe for VariantError
impl Send for VariantError
impl Sync for VariantError
impl Unpin for VariantError
impl UnwindSafe for VariantError
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> ExternDefault for T
impl<T> ExternDefault for T
Source§unsafe fn extern_default() -> T
unsafe fn extern_default() -> T
Safety Read more