pub struct ScriptExecution {
pub completed: Vec<ExecutionResult>,
pub error: Option<SqlError>,
}Fields§
§completed: Vec<ExecutionResult>§error: Option<SqlError>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScriptExecution
impl !RefUnwindSafe for ScriptExecution
impl Send for ScriptExecution
impl Sync for ScriptExecution
impl Unpin for ScriptExecution
impl UnsafeUnpin for ScriptExecution
impl !UnwindSafe for ScriptExecution
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