#[repr(C)]pub struct ListenStmt {
pub type_: NodeTag,
pub conditionname: *mut c_char,
}
Fields§
§type_: NodeTag
§conditionname: *mut c_char
Trait Implementations§
Source§impl Clone for ListenStmt
impl Clone for ListenStmt
Source§fn clone(&self) -> ListenStmt
fn clone(&self) -> ListenStmt
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 ListenStmt
impl Debug for ListenStmt
Source§impl Default for ListenStmt
impl Default for ListenStmt
Source§impl Display for ListenStmt
impl Display for ListenStmt
Source§impl PgNode for ListenStmt
impl PgNode for ListenStmt
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for ListenStmt
Auto Trait Implementations§
impl Freeze for ListenStmt
impl RefUnwindSafe for ListenStmt
impl !Send for ListenStmt
impl !Sync for ListenStmt
impl Unpin for ListenStmt
impl UnwindSafe for ListenStmt
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