pub struct TgMeta<'a> {
pub op: &'a str,
pub name: &'a str,
pub level: &'a str,
}Expand description
v7.39 (read01 round 82) — the firing trigger’s identity, for the TG_* magic
variables. op is INSERT / UPDATE / DELETE; level is ROW (SPG
fires row-level triggers only). TG_WHEN derives from is_after.
Fields§
§op: &'a str§name: &'a str§level: &'a strTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for TgMeta<'a>
impl<'a> RefUnwindSafe for TgMeta<'a>
impl<'a> Send for TgMeta<'a>
impl<'a> Sync for TgMeta<'a>
impl<'a> Unpin for TgMeta<'a>
impl<'a> UnsafeUnpin for TgMeta<'a>
impl<'a> UnwindSafe for TgMeta<'a>
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