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