pub struct ErrmsgFunction { /* private fields */ }Expand description
The ERRMSG function.
Implementations§
Trait Implementations§
Source§impl Callable for ErrmsgFunction
impl Callable for ErrmsgFunction
Auto Trait Implementations§
impl Freeze for ErrmsgFunction
impl RefUnwindSafe for ErrmsgFunction
impl !Send for ErrmsgFunction
impl !Sync for ErrmsgFunction
impl Unpin for ErrmsgFunction
impl UnsafeUnpin for ErrmsgFunction
impl UnwindSafe for ErrmsgFunction
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