pub struct CreateModuleHandleCaster {}Expand description
Caster for FnId::ModuleCreateModuleHandle
Trait Implementations§
Source§impl Debug for CreateModuleHandleCaster
impl Debug for CreateModuleHandleCaster
Source§impl FnCaster for CreateModuleHandleCaster
impl FnCaster for CreateModuleHandleCaster
Auto Trait Implementations§
impl Freeze for CreateModuleHandleCaster
impl RefUnwindSafe for CreateModuleHandleCaster
impl Send for CreateModuleHandleCaster
impl Sync for CreateModuleHandleCaster
impl Unpin for CreateModuleHandleCaster
impl UnsafeUnpin for CreateModuleHandleCaster
impl UnwindSafe for CreateModuleHandleCaster
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