pub struct OwnedImportFunction {
pub fn_idx: FunctionIndex,
pub module: String,
pub name: String,
}Fields§
§fn_idx: FunctionIndex§module: String§name: StringImplementations§
Source§impl OwnedImportFunction
impl OwnedImportFunction
pub fn to_ref<'a>(&'a self) -> ImportFunction<'a>
Auto Trait Implementations§
impl Freeze for OwnedImportFunction
impl RefUnwindSafe for OwnedImportFunction
impl Send for OwnedImportFunction
impl Sync for OwnedImportFunction
impl Unpin for OwnedImportFunction
impl UnsafeUnpin for OwnedImportFunction
impl UnwindSafe for OwnedImportFunction
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