pub enum FuncKind {
Import(ImportId),
Local(Vec<Instruction>),
}Variants§
Import(ImportId)
Local(Vec<Instruction>)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FuncKind
impl RefUnwindSafe for FuncKind
impl Send for FuncKind
impl Sync for FuncKind
impl Unpin for FuncKind
impl UnwindSafe for FuncKind
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