Struct sea_orm::MockExecResult [−][src]
Expand description
Defines the results obtained from a MockDatabase
Fields
last_insert_id: u64The last inserted id on auto-increment
rows_affected: u64The number of rows affected by the database operation
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for MockExecResult
impl Send for MockExecResult
impl Sync for MockExecResult
impl Unpin for MockExecResult
impl UnwindSafe for MockExecResult
Blanket Implementations
Mutably borrows from an owned value. Read more