pub enum Error<EQ, ET> {
QFuncError(EQ),
TDEstError(ET),
}Variants§
Trait Implementations§
impl<EQ: Copy, ET: Copy> Copy for Error<EQ, ET>
Auto Trait Implementations§
impl<EQ, ET> Freeze for Error<EQ, ET>
impl<EQ, ET> RefUnwindSafe for Error<EQ, ET>where
EQ: RefUnwindSafe,
ET: RefUnwindSafe,
impl<EQ, ET> Send for Error<EQ, ET>
impl<EQ, ET> Sync for Error<EQ, ET>
impl<EQ, ET> Unpin for Error<EQ, ET>
impl<EQ, ET> UnsafeUnpin for Error<EQ, ET>where
EQ: UnsafeUnpin,
ET: UnsafeUnpin,
impl<EQ, ET> UnwindSafe for Error<EQ, ET>where
EQ: UnwindSafe,
ET: UnwindSafe,
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