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