Struct filters::ops::failable::IntoFailable [] [src]

#[must_use = "filters are lazy and do nothing unless consumed"]
pub struct IntoFailable<F>(_);

Methods

impl<F> IntoFailable<F>
[src]

[src]

Trait Implementations

impl<F: Clone> Clone for IntoFailable<F>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<F, N> FailableFilter<N> for IntoFailable<F> where
    F: Filter<N>, 
[src]

[src]

The function which is used to filter something

[src]

Helper to invert a filter. Read more

[src]

Helper to connect two filters via logical OR Read more

[src]

Helper to connect two filters via logical OR and NOT Read more

[src]

Helper to connect three filters via logical OR Read more

[src]

Helper to connect two filters via logical NOR Read more

[src]

Helper to connect two filters via logical XOR Read more

[src]

Helper to connect two filters via logical AND Read more

[src]

Helper to connect three filters via logical AND Read more

[src]

Helper to connect two filters via logical AND and NOT Read more

[src]

Helper to connect two filters via logical NAND Read more

[src]

Helper to transform the input of a filter Read more

[src]

Helper to transform the input of a filter Read more

Auto Trait Implementations

impl<F> Send for IntoFailable<F> where
    F: Send

impl<F> Sync for IntoFailable<F> where
    F: Sync