Struct pgx_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_genisset: boolvalues: relopt_value__bindgen_ty_1Trait Implementations
sourceimpl Clone for relopt_value
impl Clone for relopt_value
sourcefn clone(&self) -> relopt_value
fn clone(&self) -> relopt_value
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Default for relopt_value
impl Default for relopt_value
impl Copy for relopt_value
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more