pub struct JsFnInfo {
pub rust_name: String,
pub args_ty: Vec<SupportedArgumentType>,
pub ret_ty: SupportedRetType,
}
Fields§
§rust_name: String
§args_ty: Vec<SupportedArgumentType>
§ret_ty: SupportedRetType
Implementations§
Auto Trait Implementations§
impl Freeze for JsFnInfo
impl RefUnwindSafe for JsFnInfo
impl Send for JsFnInfo
impl Sync for JsFnInfo
impl Unpin for JsFnInfo
impl UnwindSafe for JsFnInfo
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