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