[][src]Struct starship::configs::directory::DirectoryConfig

pub struct DirectoryConfig {
    pub truncation_length: i64,
    pub truncate_to_repo: bool,
    pub fish_style_pwd_dir_length: i64,
    pub use_logical_path: bool,
    pub style: Style,
    pub disabled: bool,
}

Fields

truncation_length: i64truncate_to_repo: boolfish_style_pwd_dir_length: i64use_logical_path: boolstyle: Styledisabled: bool

Trait Implementations

impl<'a> RootModuleConfig<'a> for DirectoryConfig[src]

impl<'a> ModuleConfig<'a> for DirectoryConfig[src]

impl Clone for DirectoryConfig[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> From<T> for 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> 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]

impl<T> Same<T> for T

type Output = T

Should always be Self