Struct moore_svlog::ResolveLocalQueryKey [−][src]
pub struct ResolveLocalQueryKey<'a>(pub Name, pub ScopeLocation<'a>, pub bool);
Expand description
The arguments passed to the resolve_local
query.
Tuple Fields
0: Name
1: ScopeLocation<'a>
2: bool
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 ResolveLocalQueryKey<'a>
impl<'a> Send for ResolveLocalQueryKey<'a>
impl<'a> Sync for ResolveLocalQueryKey<'a>
impl<'a> Unpin for ResolveLocalQueryKey<'a>
impl<'a> !UnwindSafe for ResolveLocalQueryKey<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more