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