Struct moore_svlog::DisambTypeOrExprQueryKey [−][src]
pub struct DisambTypeOrExprQueryKey<'a>(pub Ref<'a, TypeOrExpr<'a>>);
Expand description
The arguments passed to the disamb_type_or_expr
query.
Tuple Fields
0: Ref<'a, TypeOrExpr<'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 DisambTypeOrExprQueryKey<'a>
impl<'a> Send for DisambTypeOrExprQueryKey<'a>
impl<'a> Sync for DisambTypeOrExprQueryKey<'a>
impl<'a> Unpin for DisambTypeOrExprQueryKey<'a>
impl<'a> !UnwindSafe for DisambTypeOrExprQueryKey<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more