Struct sea_orm::DeleteResult [−][src]
pub struct DeleteResult {
pub rows_affected: u64,
}Expand description
The result of a DELETE operation
Fields
rows_affected: u64The number of rows affected by the DELETE operation
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DeleteResult
impl Send for DeleteResult
impl Sync for DeleteResult
impl Unpin for DeleteResult
impl UnwindSafe for DeleteResult
Blanket Implementations
Mutably borrows from an owned value. Read more