pub struct WithShellConfig {
pub with_shell_config: ShellConfig,
pub with_connection: WithConnection,
}
Fields
with_shell_config: ShellConfig
with_connection: WithConnection
Implementations
sourceimpl WithShellConfig
impl WithShellConfig
pub fn with_migrations_vec(
self,
migrations: Vec<Box<dyn Migration>>
) -> WithMigrationsVec
Trait Implementations
sourceimpl Clone for WithShellConfig
impl Clone for WithShellConfig
sourcefn clone(&self) -> WithShellConfig
fn clone(&self) -> WithShellConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl !RefUnwindSafe for WithShellConfig
impl Send for WithShellConfig
impl Sync for WithShellConfig
impl Unpin for WithShellConfig
impl !UnwindSafe for WithShellConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more