[][src]Struct dia_args::docs::I18n

pub struct I18n<'a> {
    pub commands: Cow<'a, str>,
    pub no_commands: Cow<'a, str>,
    pub options: Cow<'a, str>,
    pub no_options: Cow<'a, str>,
    pub values: Cow<'a, str>,
    pub default: Cow<'a, str>,
    pub required: Cow<'a, str>,
    pub project: Cow<'a, str>,
    pub home: Cow<'a, str>,
    pub license: Cow<'a, str>,
}

Internatinonalization

Default values

Please see documentation of each field.

Fields

commands: Cow<'a, str>no_commands: Cow<'a, str>options: Cow<'a, str>no_options: Cow<'a, str>values: Cow<'a, str>default: Cow<'a, str>required: Cow<'a, str>project: Cow<'a, str>home: Cow<'a, str>license: Cow<'a, str>

Trait Implementations

impl<'_> Default for I18n<'_>[src]

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

Auto Trait Implementations

impl<'a> Send for I18n<'a>

impl<'a> Sync for I18n<'a>

impl<'a> Unpin for I18n<'a>

impl<'a> UnwindSafe for I18n<'a>

impl<'a> RefUnwindSafe for I18n<'a>

Blanket Implementations

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 = !

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> Borrow<T> for T where
    T: ?Sized
[src]

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

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