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

pub struct I18n<'a> {
    pub commands: &'a str,
    pub no_commands: &'a str,
    pub options: &'a str,
    pub no_options: &'a str,
    pub values: &'a str,
    pub default: &'a str,
    pub required: &'a str,
}

Internatinonalization

Default values

Please see documentation of each field.

Fields

commands: &'a strno_commands: &'a stroptions: &'a strno_options: &'a strvalues: &'a strdefault: &'a strrequired: &'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>

Blanket Implementations

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

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

impl<T, U> TryInto 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> Any for T where
    T: 'static + ?Sized
[src]