pub enum FnVal<'tcx, Other> {
Instance(Instance<'tcx>),
Other(Other),
}
Expand description
The value of a function pointer.
Variants§
Auto Trait Implementations§
impl<'tcx, Other> !RefUnwindSafe for FnVal<'tcx, Other>
impl<'tcx, Other> Send for FnVal<'tcx, Other>where Other: Send,
impl<'tcx, Other> Sync for FnVal<'tcx, Other>where Other: Sync,
impl<'tcx, Other> Unpin for FnVal<'tcx, Other>where Other: Unpin,
impl<'tcx, Other> !UnwindSafe for FnVal<'tcx, Other>
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: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.