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