[][src]Struct hg_git_fast_import::env::Environment

pub struct Environment {
    pub no_clean_closed_branches: bool,
    pub authors: Option<HashMap<String, String>>,
    pub clean: bool,
    pub cron: bool,
    pub target_push: bool,
    pub target_pull: bool,
    pub source_pull: bool,
    pub fix_wrong_branchname: bool,
}

Fields

no_clean_closed_branches: boolauthors: Option<HashMap<String, String>>clean: boolcron: booltarget_push: booltarget_pull: boolsource_pull: boolfix_wrong_branchname: bool

Trait Implementations

impl Debug for Environment[src]

impl Serialize for Environment[src]

impl<'de> Deserialize<'de> for Environment[src]

Auto Trait Implementations

impl Send for Environment

impl Sync for Environment

Blanket Implementations

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

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

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> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self