Struct tasm_lib::list::higher_order::inner_function::NoFunctionBody
source · pub struct NoFunctionBody {
pub label_name: String,
pub input_types: Vec<DataType>,
pub output_types: Vec<DataType>,
}
Fields§
§label_name: String
§input_types: Vec<DataType>
§output_types: Vec<DataType>
Auto Trait Implementations§
impl RefUnwindSafe for NoFunctionBody
impl Send for NoFunctionBody
impl Sync for NoFunctionBody
impl Unpin for NoFunctionBody
impl UnwindSafe for NoFunctionBody
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