Struct actix::utils::Condition [] [src]

pub struct Condition<T> where
    T: Clone
{ /* fields omitted */ }

Methods

impl<T> Condition<T> where
    T: Clone
[src]

[src]

[src]

Trait Implementations

impl<T> Default for Condition<T> where
    T: Clone
[src]

[src]

Returns the "default value" for a type. Read more