#[repr(u32)]pub enum RaiseType {
Ignore = 0,
Rollback = 1,
Abort = 2,
Fail = 3,
}Variants§
Implementations§
Trait Implementations§
impl Copy for RaiseType
impl Eq for RaiseType
impl StructuralPartialEq for RaiseType
Auto Trait Implementations§
impl Freeze for RaiseType
impl RefUnwindSafe for RaiseType
impl Send for RaiseType
impl Sync for RaiseType
impl Unpin for RaiseType
impl UnsafeUnpin for RaiseType
impl UnwindSafe for RaiseType
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