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