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