Struct agnes::apply::MatchesFnText [] [src]

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

ElemFn function for matching text values.

Trait Implementations

impl<'a> ElemFn for MatchesFnText<'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 MatchesFnText<'a>

impl<'a> Sync for MatchesFnText<'a>