[][src]Struct preftool_clap::ArgBuilder

pub struct ArgBuilder { /* fields omitted */ }

Methods

impl ArgBuilder[src]

pub fn new(name: ConfigKey, long: String) -> Self[src]

pub fn help(&mut self, help: Option<&'static str>)[src]

pub fn get_help(&self) -> Option<&str>[src]

pub fn takes_value(&mut self, takes_value: bool)[src]

pub fn validate<F>(&mut self, f: F) where
    F: Fn(String) -> Result<(), String> + 'static, 
[src]

Trait Implementations

impl<'a, 'b, 'c> Into<Arg<'a, 'b>> for &'c ArgBuilder where
    'a: 'b,
    'c: 'a, 
[src]

Auto Trait Implementations

impl !Send for ArgBuilder

impl !Sync for ArgBuilder

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]