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