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 moresource§impl Debug for xl_tblspc_drop_rec
impl Debug for xl_tblspc_drop_rec
source§impl Default for xl_tblspc_drop_rec
impl Default for xl_tblspc_drop_rec
impl Copy for xl_tblspc_drop_rec
Auto Trait Implementations§
impl Freeze for xl_tblspc_drop_rec
impl RefUnwindSafe for xl_tblspc_drop_rec
impl Send for xl_tblspc_drop_rec
impl Sync for xl_tblspc_drop_rec
impl Unpin for xl_tblspc_drop_rec
impl UnwindSafe for xl_tblspc_drop_rec
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