#[repr(C)]pub struct ClosePortalStmt {
pub type_: NodeTag,
pub portalname: *mut c_char,
}Fields§
§type_: NodeTag§portalname: *mut c_charTrait Implementations§
Source§impl Clone for ClosePortalStmt
impl Clone for ClosePortalStmt
Source§fn clone(&self) -> ClosePortalStmt
fn clone(&self) -> ClosePortalStmt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ClosePortalStmt
Source§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
Auto Trait Implementations§
impl !Send for ClosePortalStmt
impl !Sync for ClosePortalStmt
impl Freeze for ClosePortalStmt
impl RefUnwindSafe for ClosePortalStmt
impl Unpin for ClosePortalStmt
impl UnsafeUnpin 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