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