pub struct MysqlConnectionString { /* private fields */ }
Expand description
Builder for MySQL connection strings
Implementations§
Source§impl MysqlConnectionString
impl MysqlConnectionString
Sourcepub fn from_template(template: &MysqlTemplate) -> Self
pub fn from_template(template: &MysqlTemplate) -> Self
Create from a MysqlTemplate
Auto Trait Implementations§
impl Freeze for MysqlConnectionString
impl RefUnwindSafe for MysqlConnectionString
impl Send for MysqlConnectionString
impl Sync for MysqlConnectionString
impl Unpin for MysqlConnectionString
impl UnwindSafe for MysqlConnectionString
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