pub enum BindgenArgType {
Regular,
CallbackArg,
CallbackResultArg,
CallbackArgVec,
}Variants§
Regular
Argument that we read from env::input().
CallbackArg
An argument that we read from a single env::promise_result().
CallbackResultArg
An argument that we read from a single env::promise_result() which handles the error.
CallbackArgVec
An argument that we read from all env::promise_result().
Auto Trait Implementations§
impl Freeze for BindgenArgType
impl RefUnwindSafe for BindgenArgType
impl Send for BindgenArgType
impl Sync for BindgenArgType
impl Unpin for BindgenArgType
impl UnwindSafe for BindgenArgType
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