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