#[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_charTrait Implementations§
Source§impl Clone for NotifyStmt
impl Clone for NotifyStmt
Source§fn clone(&self) -> NotifyStmt
fn clone(&self) -> NotifyStmt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NotifyStmt
Source§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
Auto Trait Implementations§
impl !Send for NotifyStmt
impl !Sync for NotifyStmt
impl Freeze for NotifyStmt
impl RefUnwindSafe for NotifyStmt
impl Unpin for NotifyStmt
impl UnsafeUnpin 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