pub struct FunNotFound<fun> {
pub fun: fun,
}Expand description
Generate an error for an undeclared function.
Fields§
§fun: funInvocation of missing function
Trait Implementations§
Auto Trait Implementations§
impl<fun> Freeze for FunNotFound<fun>where
fun: Freeze,
impl<fun> RefUnwindSafe for FunNotFound<fun>where
fun: RefUnwindSafe,
impl<fun> Send for FunNotFound<fun>where
fun: Send,
impl<fun> Sync for FunNotFound<fun>where
fun: Sync,
impl<fun> Unpin for FunNotFound<fun>where
fun: Unpin,
impl<fun> UnwindSafe for FunNotFound<fun>where
fun: UnwindSafe,
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