pub struct WithShellConfig {
pub with_shell_config: ShellConfig,
pub with_connection: WithConnection,
}
Fields§
§with_shell_config: ShellConfig
§with_connection: WithConnection
Implementations§
source§impl WithShellConfig
impl WithShellConfig
pub fn with_migrations_vec(
self,
migrations: Vec<Box<dyn Migration>>
) -> WithMigrationsVec
Trait Implementations§
source§impl Clone for WithShellConfig
impl Clone for WithShellConfig
source§fn clone(&self) -> WithShellConfig
fn clone(&self) -> WithShellConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more