Struct pgrx_pg_sys::NotifyStmt
source · #[repr(C)]pub struct NotifyStmt {
pub type_: NodeTag,
pub conditionname: *mut c_char,
pub payload: *mut c_char,
}
Fields§
§type_: NodeTag
§conditionname: *mut c_char
§payload: *mut c_char
Trait Implementations§
source§impl Clone for NotifyStmt
impl Clone for NotifyStmt
source§fn clone(&self) -> NotifyStmt
fn clone(&self) -> NotifyStmt
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for NotifyStmt
impl Debug for NotifyStmt
source§impl Default for NotifyStmt
impl Default for NotifyStmt
source§impl Display for NotifyStmt
impl Display for NotifyStmt
source§impl PgNode for NotifyStmt
impl PgNode for NotifyStmt
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for NotifyStmt
Auto Trait Implementations§
impl Freeze for NotifyStmt
impl RefUnwindSafe for NotifyStmt
impl !Send for NotifyStmt
impl !Sync for NotifyStmt
impl Unpin for NotifyStmt
impl UnwindSafe for NotifyStmt
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