Struct clarity_repl::clarity::vm::errors::IncomparableError
source · pub struct IncomparableError<T> {
pub err: T,
}Fields§
§err: TTrait Implementations§
source§impl<T> Debug for IncomparableError<T>where
T: Debug,
impl<T> Debug for IncomparableError<T>where T: Debug,
source§impl<T> PartialEq for IncomparableError<T>
impl<T> PartialEq for IncomparableError<T>
source§fn eq(&self, _other: &IncomparableError<T>) -> bool
fn eq(&self, _other: &IncomparableError<T>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl<T> RefUnwindSafe for IncomparableError<T>where T: RefUnwindSafe,
impl<T> Send for IncomparableError<T>where T: Send,
impl<T> Sync for IncomparableError<T>where T: Sync,
impl<T> Unpin for IncomparableError<T>where T: Unpin,
impl<T> UnwindSafe for IncomparableError<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