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