pub struct SqlCommandResult {
pub statement_results: Vec<SqlStatementResult>,
}Fields§
§statement_results: Vec<SqlStatementResult>Trait Implementations§
Source§impl Clone for SqlCommandResult
impl Clone for SqlCommandResult
Source§fn clone(&self) -> SqlCommandResult
fn clone(&self) -> SqlCommandResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SqlCommandResult
impl Debug for SqlCommandResult
Source§impl<'de> Deserialize<'de> for SqlCommandResult
impl<'de> Deserialize<'de> for SqlCommandResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SqlCommandResult
impl PartialEq for SqlCommandResult
Source§impl Serialize for SqlCommandResult
impl Serialize for SqlCommandResult
impl StructuralPartialEq for SqlCommandResult
Auto Trait Implementations§
impl Freeze for SqlCommandResult
impl RefUnwindSafe for SqlCommandResult
impl Send for SqlCommandResult
impl Sync for SqlCommandResult
impl Unpin for SqlCommandResult
impl UnsafeUnpin for SqlCommandResult
impl UnwindSafe for SqlCommandResult
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