Struct datafrog::FilterAnti

source ·
pub struct FilterAnti<'leap, Key, Val, Tuple, Func>where
    Key: Ord + 'leap,
    Val: Ord + 'leap,
    Tuple: Ord,
    Func: Fn(&Tuple) -> (Key, Val),
{ /* private fields */ }
Expand description

Wraps a Relation as a leaper.

Implementations§

Constructs a FilterAnti from a relation and key and value function.

Trait Implementations§

Estimates the number of proposed values.
Populates values with proposed values.
Restricts values to proposed values.
Internal method:
Internal method:
Internal method:

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.