enum CallKind {
User(FunctionData),
Native(NativeFn),
Resolver(Rc<RefCell<PromiseState>>, bool),
}Variants§
Auto Trait Implementations§
impl !RefUnwindSafe for CallKind
impl !Send for CallKind
impl !Sync for CallKind
impl !UnwindSafe for CallKind
impl Freeze for CallKind
impl Unpin for CallKind
impl UnsafeUnpin for CallKind
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