#[repr(C)]pub struct PgStat_MsgDropdb {
pub m_hdr: PgStat_MsgHdr,
pub m_databaseid: Oid,
}
Fields§
§m_hdr: PgStat_MsgHdr
§m_databaseid: Oid
Trait Implementations§
Source§impl Clone for PgStat_MsgDropdb
impl Clone for PgStat_MsgDropdb
Source§fn clone(&self) -> PgStat_MsgDropdb
fn clone(&self) -> PgStat_MsgDropdb
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 PgStat_MsgDropdb
impl Debug for PgStat_MsgDropdb
Source§impl Default for PgStat_MsgDropdb
impl Default for PgStat_MsgDropdb
impl Copy for PgStat_MsgDropdb
Auto Trait Implementations§
impl Freeze for PgStat_MsgDropdb
impl RefUnwindSafe for PgStat_MsgDropdb
impl Send for PgStat_MsgDropdb
impl Sync for PgStat_MsgDropdb
impl Unpin for PgStat_MsgDropdb
impl UnwindSafe for PgStat_MsgDropdb
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