pub struct DifferenceFunction;
Expand description
Default implementation for the standard DIFFERENCE
function
Trait Implementations§
Source§impl<T> Function<T> for DifferenceFunction
impl<T> Function<T> for DifferenceFunction
Auto Trait Implementations§
impl Freeze for DifferenceFunction
impl RefUnwindSafe for DifferenceFunction
impl Send for DifferenceFunction
impl Sync for DifferenceFunction
impl Unpin for DifferenceFunction
impl UnwindSafe for DifferenceFunction
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