pub struct CallFunc<ENV> {
pub func: CallFuncSig<ENV>,
}
Fields§
§func: CallFuncSig<ENV>
Trait Implementations§
impl<ENV: Copy> Copy for CallFunc<ENV>
impl<ENV> Eq for CallFunc<ENV>
Auto Trait Implementations§
impl<ENV> Freeze for CallFunc<ENV>
impl<ENV> RefUnwindSafe for CallFunc<ENV>
impl<ENV> Send for CallFunc<ENV>
impl<ENV> Sync for CallFunc<ENV>
impl<ENV> Unpin for CallFunc<ENV>
impl<ENV> UnwindSafe for CallFunc<ENV>
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