Enum gluon_check::substitution::Error
source · pub enum Error<T> {
Occurs(T, T),
}
Variants§
Occurs(T, T)
Implementations§
Trait Implementations§
source§impl<T: PartialEq> PartialEq for Error<T>
impl<T: PartialEq> PartialEq for Error<T>
impl<T: Eq> Eq for Error<T>
impl<T> StructuralEq for Error<T>
impl<T> StructuralPartialEq for Error<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for Error<T>where
T: RefUnwindSafe,
impl<T> Send for Error<T>where
T: Send,
impl<T> Sync for Error<T>where
T: Sync,
impl<T> Unpin for Error<T>where
T: Unpin,
impl<T> UnwindSafe for Error<T>where
T: 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