Enum rustc_trait_selection::traits::NonStructuralMatchTy [−][src]
pub enum NonStructuralMatchTy<'tcx> {
Adt(&'tcx AdtDef),
Param,
Dynamic,
Foreign,
Opaque,
Generator,
Projection,
}
Variants
Adt(&'tcx AdtDef)
Tuple Fields of Adt
0: &'tcx AdtDef
Trait Implementations
Auto Trait Implementations
impl<'tcx> RefUnwindSafe for NonStructuralMatchTy<'tcx>
impl<'tcx> !Send for NonStructuralMatchTy<'tcx>
impl<'tcx> !Sync for NonStructuralMatchTy<'tcx>
impl<'tcx> Unpin for NonStructuralMatchTy<'tcx>
impl<'tcx> UnwindSafe for NonStructuralMatchTy<'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: 16 bytes
Size for each variant:
Adt
: 8 bytesParam
: 0 bytesDynamic
: 0 bytesForeign
: 0 bytesOpaque
: 0 bytesGenerator
: 0 bytesProjection
: 0 bytes