[][src]Struct qargparser::Spec

pub struct Spec<C> { /* fields omitted */ }

Implementations

impl<C> Spec<C>[src]

pub fn is_capture_rest(&self) -> bool[src]

pub fn is_exit(&self) -> bool[src]

pub fn is_opt(&self) -> bool[src]

pub fn is_pos(&self) -> bool[src]

pub fn is_req(&self) -> bool[src]

pub fn get_nargs(&self) -> usize[src]

pub fn req_args(&self) -> bool[src]

pub fn get_opts_usage_str(&self) -> String[src]

pub fn get_usage_str(&self) -> String[src]

pub fn get_help_text(&self) -> &Vec<String>[src]

Auto Trait Implementations

impl<C> RefUnwindSafe for Spec<C>

impl<C> Send for Spec<C>

impl<C> Sync for Spec<C>

impl<C> Unpin for Spec<C>

impl<C> UnwindSafe for Spec<C>

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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.