Struct libaki_mcolor::conf::EnvConf[][src]

pub struct EnvConf {
    pub color_seq_red_start: String,
    pub color_seq_green_start: String,
    pub color_seq_blue_start: String,
    pub color_seq_cyan_start: String,
    pub color_seq_magenda_start: String,
    pub color_seq_yellow_start: String,
    pub color_seq_end: String,
}

Fields

color_seq_red_start: Stringcolor_seq_green_start: Stringcolor_seq_blue_start: Stringcolor_seq_cyan_start: Stringcolor_seq_magenda_start: Stringcolor_seq_yellow_start: Stringcolor_seq_end: String

Implementations

impl EnvConf[src]

pub fn new() -> Self[src]

Trait Implementations

impl Debug for EnvConf[src]

impl Default for EnvConf[src]

Auto Trait Implementations

impl RefUnwindSafe for EnvConf

impl Send for EnvConf

impl Sync for EnvConf

impl Unpin for EnvConf

impl UnwindSafe for EnvConf

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.