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