Enum t_rust_less_lib::api_capnp::password_generator_param::Which [−][src]
pub enum Which<A0, A1> { Chars(A0), Words(A1), }
Variants
Auto Trait Implementations
impl<A0, A1> RefUnwindSafe for Which<A0, A1> where
A0: RefUnwindSafe,
A1: RefUnwindSafe,
impl<A0, A1> UnwindSafe for Which<A0, A1> where
A0: UnwindSafe,
A1: UnwindSafe,