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