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