Struct pgrx_pg_sys::FormData_pg_publication
source · #[repr(C)]pub struct FormData_pg_publication {
pub oid: Oid,
pub pubname: NameData,
pub pubowner: Oid,
pub puballtables: bool,
pub pubinsert: bool,
pub pubupdate: bool,
pub pubdelete: bool,
pub pubtruncate: bool,
pub pubviaroot: bool,
}
Fields§
§oid: Oid
§pubname: NameData
§pubowner: Oid
§puballtables: bool
§pubinsert: bool
§pubupdate: bool
§pubdelete: bool
§pubtruncate: bool
§pubviaroot: bool
Trait Implementations§
source§impl Clone for FormData_pg_publication
impl Clone for FormData_pg_publication
source§fn clone(&self) -> FormData_pg_publication
fn clone(&self) -> FormData_pg_publication
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