Struct agnes::apply::MatchesFnBoolean [] [src]

pub struct MatchesFnBoolean<'a> { /* fields omitted */ }

ElemFn function for matching boolean values.

Trait Implementations

impl<'a> ElemFn for MatchesFnBoolean<'a>
[src]

The desired output of this function.

[src]

The method to use when working with unsigned (u64) data.

[src]

The method to use when working with signed (i64) data.

[src]

The method to use when working with text (String) data.

[src]

The method to use when working with boolean (bool) data.

[src]

The method to use when working with floating-point (f64) data.

Auto Trait Implementations

impl<'a> Send for MatchesFnBoolean<'a>

impl<'a> Sync for MatchesFnBoolean<'a>