pub struct SqlRegistry {
pub stmts: HashMap<String, Statement>,
}
Fields§
§stmts: HashMap<String, Statement>
Implementations§
Trait Implementations§
Source§impl Clone for SqlRegistry
impl Clone for SqlRegistry
Source§fn clone(&self) -> SqlRegistry
fn clone(&self) -> SqlRegistry
Returns a duplicate 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 moreSource§impl Debug for SqlRegistry
impl Debug for SqlRegistry
Source§impl Default for SqlRegistry
impl Default for SqlRegistry
Source§fn default() -> SqlRegistry
fn default() -> SqlRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SqlRegistry
impl RefUnwindSafe for SqlRegistry
impl Send for SqlRegistry
impl Sync for SqlRegistry
impl Unpin for SqlRegistry
impl UnwindSafe for SqlRegistry
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