pub struct ResolvedDatabaseConfig {
pub url: String,
pub pool_options: PoolOptions<Any>,
}
Fields§
§url: String
§pool_options: PoolOptions<Any>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedDatabaseConfig
impl !RefUnwindSafe for ResolvedDatabaseConfig
impl Send for ResolvedDatabaseConfig
impl Sync for ResolvedDatabaseConfig
impl Unpin for ResolvedDatabaseConfig
impl !UnwindSafe for ResolvedDatabaseConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more