[][src]Struct preftool_clap::Context

pub struct Context<'a> { /* fields omitted */ }

Methods

impl<'a> Context<'a>[src]

pub fn new() -> Self[src]

pub fn child<'b>(&'a self, path: &'b str) -> Context<'b> where
    'a: 'b, 
[src]

pub fn list(self) -> Self[src]

pub fn optional(self) -> Self[src]

pub fn variant(self) -> Self[src]

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

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

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

pub fn join_path(&self, separator: &str) -> String[src]

Trait Implementations

impl<'a> Default for Context<'a>[src]

impl<'a> Clone for Context<'a>[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for Context<'a>[src]

Auto Trait Implementations

impl<'a> Send for Context<'a>

impl<'a> Sync for Context<'a>

Blanket Implementations

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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]

impl<T> SendSyncUnwindSafe for T where
    T: Send + Sync + UnwindSafe + ?Sized
[src]