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