pub struct PythonSqlResult {
pub content: String,
pub queries: Vec<String>,
}Fields§
§content: String§queries: Vec<String>Auto Trait Implementations§
impl Freeze for PythonSqlResult
impl RefUnwindSafe for PythonSqlResult
impl Send for PythonSqlResult
impl Sync for PythonSqlResult
impl Unpin for PythonSqlResult
impl UnsafeUnpin for PythonSqlResult
impl UnwindSafe for PythonSqlResult
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