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