pub enum OnCommit {
DeleteRows,
PreserveRows,
Drop,
}
Variants
DeleteRows
PreserveRows
Drop
Trait Implementations
impl Eq for OnCommit
impl StructuralEq for OnCommit
impl StructuralPartialEq for OnCommit
Auto Trait Implementations
impl RefUnwindSafe for OnCommit
impl Send for OnCommit
impl Sync for OnCommit
impl Unpin for OnCommit
impl UnwindSafe for OnCommit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more