Struct pgx_pg_sys::ListenStmt
source · [−]Fields
type_: NodeTagconditionname: *mut c_charTrait Implementations
sourceimpl Clone for ListenStmt
impl Clone for ListenStmt
sourcefn clone(&self) -> ListenStmt
fn clone(&self) -> ListenStmt
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 ListenStmt
impl Debug for ListenStmt
sourceimpl Default for ListenStmt
impl Default for ListenStmt
sourceimpl Display for ListenStmt
impl Display for ListenStmt
sourceimpl PgNode for ListenStmt
impl PgNode for ListenStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for ListenStmt
Auto Trait Implementations
impl RefUnwindSafe for ListenStmt
impl !Send for ListenStmt
impl !Sync for ListenStmt
impl Unpin for ListenStmt
impl UnwindSafe for ListenStmt
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