Struct pgrx_pg_sys::xl_tblspc_drop_rec
source · #[repr(C)]pub struct xl_tblspc_drop_rec {
pub ts_id: Oid,
}
Fields§
§ts_id: Oid
Trait Implementations§
source§impl Clone for xl_tblspc_drop_rec
impl Clone for xl_tblspc_drop_rec
source§fn clone(&self) -> xl_tblspc_drop_rec
fn clone(&self) -> xl_tblspc_drop_rec
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 more