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