pub enum SQLCreateTriggerPointInTime {
After,
Before,
InsteadOf,
}
Expand description
Representation of a point in time definition of a create trigger statement
Variants§
After
Trigger AFTER operation
Before
Trigger BEFORE operation
InsteadOf
Trigger INSTEAD OF operation
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SQLCreateTriggerPointInTime
impl RefUnwindSafe for SQLCreateTriggerPointInTime
impl Send for SQLCreateTriggerPointInTime
impl Sync for SQLCreateTriggerPointInTime
impl Unpin for SQLCreateTriggerPointInTime
impl UnwindSafe for SQLCreateTriggerPointInTime
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