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