Struct pgrx_pg_sys::SharedInvalRelcacheMsg
source · #[repr(C)]pub struct SharedInvalRelcacheMsg {
pub id: int8,
pub dbId: Oid,
pub relId: Oid,
}Fields§
§id: int8§dbId: Oid§relId: OidTrait Implementations§
source§fn clone(&self) -> SharedInvalRelcacheMsg
fn clone(&self) -> SharedInvalRelcacheMsg
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