Struct pgrx_pg_sys::relopt_value
source · #[repr(C)]pub struct relopt_value {
pub gen: *mut relopt_gen,
pub isset: bool,
pub values: relopt_value__bindgen_ty_1,
}
Fields§
§gen: *mut relopt_gen
§isset: bool
§values: relopt_value__bindgen_ty_1
Trait Implementations§
source§impl Clone for relopt_value
impl Clone for relopt_value
source§fn clone(&self) -> relopt_value
fn clone(&self) -> relopt_value
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 Default for relopt_value
impl Default for relopt_value
impl Copy for relopt_value
Auto Trait Implementations§
impl Freeze for relopt_value
impl RefUnwindSafe for relopt_value
impl !Send for relopt_value
impl !Sync for relopt_value
impl Unpin for relopt_value
impl UnwindSafe for relopt_value
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