Struct moore_svlog::HirOfExprQueryKey [−][src]
Expand description
The arguments passed to the hir_of_expr
query.
Tuple Fields
0: Ref<'a, Expr<'a>>
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<'a> !RefUnwindSafe for HirOfExprQueryKey<'a>
impl<'a> Send for HirOfExprQueryKey<'a>
impl<'a> Sync for HirOfExprQueryKey<'a>
impl<'a> Unpin for HirOfExprQueryKey<'a>
impl<'a> !UnwindSafe for HirOfExprQueryKey<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more