Struct easy_sqlite::impls::mutex_connection::MSQLConnection
source · pub struct MSQLConnection { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for MSQLConnection
impl Clone for MSQLConnection
source§fn clone(&self) -> MSQLConnection
fn clone(&self) -> MSQLConnection
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