Struct pgrx_pg_sys::local_relopts
source · #[repr(C)]pub struct local_relopts {
pub options: *mut List,
pub validators: *mut List,
pub relopt_struct_size: Size,
}
Fields§
§options: *mut List
§validators: *mut List
§relopt_struct_size: Size
Trait Implementations§
source§impl Clone for local_relopts
impl Clone for local_relopts
source§fn clone(&self) -> local_relopts
fn clone(&self) -> local_relopts
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 local_relopts
impl Debug for local_relopts
source§impl Default for local_relopts
impl Default for local_relopts
impl Copy for local_relopts
Auto Trait Implementations§
impl Freeze for local_relopts
impl RefUnwindSafe for local_relopts
impl !Send for local_relopts
impl !Sync for local_relopts
impl Unpin for local_relopts
impl UnwindSafe for local_relopts
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