Searched defs:SqliteMallocString (Results 1 – 2 of 2) sorted by relevance
32 pub(crate) struct SqliteMallocString { struct39 // unsafe impl Send for SqliteMallocString {} argument42 impl SqliteMallocString { impl160 impl Drop for SqliteMallocString { implementation167 impl std::fmt::Debug for SqliteMallocString { implementation173 impl std::fmt::Display for SqliteMallocString { implementation
206 pub(crate) fn expanded_sql(&self) -> Option<SqliteMallocString> { in expanded_sql()