Enum rustc_infer::errors::TyOrSig
source · pub enum TyOrSig<'tcx> {
Ty(Highlighted<'tcx, Ty<'tcx>>),
ClosureSig(Highlighted<'tcx, Binder<'tcx, FnSig<'tcx>>>),
}
Variants§
Ty(Highlighted<'tcx, Ty<'tcx>>)
ClosureSig(Highlighted<'tcx, Binder<'tcx, FnSig<'tcx>>>)
Trait Implementations§
source§impl IntoDiagnosticArg for TyOrSig<'_>
impl IntoDiagnosticArg for TyOrSig<'_>
fn into_diagnostic_arg(self) -> DiagnosticArgValue<'static>
Auto Trait Implementations§
impl<'tcx> !RefUnwindSafe for TyOrSig<'tcx>
impl<'tcx> !Send for TyOrSig<'tcx>
impl<'tcx> !Sync for TyOrSig<'tcx>
impl<'tcx> Unpin for TyOrSig<'tcx>
impl<'tcx> !UnwindSafe for TyOrSig<'tcx>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
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: 104 bytes
Size for each variant:
Ty
: 88 bytesClosureSig
: 104 bytes