Struct argle::WithDefault[][src]

pub struct WithDefault<P, T> { /* fields omitted */ }

Trait Implementations

impl<P, T> Param for WithDefault<P, T> where
    T: Clone + Display,
    P: Param<Item = Option<T>>, 
[src]

Auto Trait Implementations

impl<P, T> Send for WithDefault<P, T> where
    P: Send,
    T: Send

impl<P, T> Sync for WithDefault<P, T> where
    P: Sync,
    T: Sync