Enum rustc_trait_selection::traits::project::ProjectionTyCandidateSet [−][src]
enum ProjectionTyCandidateSet<'tcx> {
None,
Single(ProjectionTyCandidate<'tcx>),
Ambiguous,
Error(SelectionError<'tcx>),
}
Variants
Single(ProjectionTyCandidate<'tcx>)
Tuple Fields of Single
0: ProjectionTyCandidate<'tcx>
Error(SelectionError<'tcx>)
Tuple Fields of Error
0: SelectionError<'tcx>
Implementations
Auto Trait Implementations
impl<'tcx> !RefUnwindSafe for ProjectionTyCandidateSet<'tcx>
impl<'tcx> !Send for ProjectionTyCandidateSet<'tcx>
impl<'tcx> !Sync for ProjectionTyCandidateSet<'tcx>
impl<'tcx> Unpin for ProjectionTyCandidateSet<'tcx>
impl<'tcx> !UnwindSafe for ProjectionTyCandidateSet<'tcx>
Blanket Implementations
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 96 bytes
Size for each variant:
None
: 0 bytesSingle
: 80 bytesAmbiguous
: 0 bytesError
: 88 bytes