[][src]Struct refinery_migrations::Main

pub struct Main {
    pub db_type: ConfigDbType,
    pub db_path: Option<String>,
    pub db_host: Option<String>,
    pub db_port: Option<String>,
    pub db_user: Option<String>,
    pub db_pass: Option<String>,
    pub db_name: Option<String>,
}

Fields

db_type: ConfigDbTypedb_path: Option<String>db_host: Option<String>db_port: Option<String>db_user: Option<String>db_pass: Option<String>db_name: Option<String>

Trait Implementations

impl Serialize for Main[src]

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

Auto Trait Implementations

impl Send for Main

impl Sync for Main

impl Unpin for Main

impl UnwindSafe for Main

impl RefUnwindSafe for Main

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]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]