pub enum ResolvedFunction {
Internal(ResolvedInternalFunctionDefinitionRef),
External(ResolvedExternalFunctionDefinitionRef),
}
Variants§
Internal(ResolvedInternalFunctionDefinitionRef)
External(ResolvedExternalFunctionDefinitionRef)
Trait Implementations§
Source§impl Debug for ResolvedFunction
impl Debug for ResolvedFunction
Auto Trait Implementations§
impl Freeze for ResolvedFunction
impl !RefUnwindSafe for ResolvedFunction
impl !Send for ResolvedFunction
impl !Sync for ResolvedFunction
impl Unpin for ResolvedFunction
impl !UnwindSafe for ResolvedFunction
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