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