Struct sea_orm::ExecResult [−][src]
pub struct ExecResult { /* fields omitted */ }Expand description
Defines the result of executing an operation
Implementations
Get the last id after AUTOINCREMENT is done on the primary key
Get the number of rows affedted by the operation
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ExecResult
impl Send for ExecResult
impl Sync for ExecResult
impl Unpin for ExecResult
impl UnwindSafe for ExecResult
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more