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