pub struct DynFn {
pub arg_type: TypeInfo,
pub ret_type: TypeInfo,
/* private fields */
}Fields§
§arg_type: TypeInfo§ret_type: TypeInfoImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DynFn
impl !RefUnwindSafe for DynFn
impl !Send for DynFn
impl !Sync for DynFn
impl Unpin for DynFn
impl !UnwindSafe for DynFn
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