pub struct NativeCall {
pub callable: Value,
pub args: Vec<Value>,
pub continuation: Box<dyn NativeContinuation>,
}Fields§
§callable: Value§args: Vec<Value>§continuation: Box<dyn NativeContinuation>Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for NativeCall
impl !Send for NativeCall
impl !Sync for NativeCall
impl !UnwindSafe for NativeCall
impl Freeze for NativeCall
impl Unpin for NativeCall
impl UnsafeUnpin for NativeCall
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