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