pub struct IntFunction;Expand description
Default implementation for the standard INT function
Trait Implementations§
Source§impl<T> Function<T> for IntFunction
impl<T> Function<T> 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