pub struct CountFunction;Expand description
Count accumulator - counts number of matching facts
Trait Implementations§
Source§impl AccumulateFunction for CountFunction
impl AccumulateFunction for CountFunction
Source§impl Clone for CountFunction
impl Clone for CountFunction
Source§fn clone(&self) -> CountFunction
fn clone(&self) -> CountFunction
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CountFunction
impl RefUnwindSafe for CountFunction
impl Send for CountFunction
impl Sync for CountFunction
impl Unpin for CountFunction
impl UnwindSafe for CountFunction
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