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