Struct pgx_pg_sys::relopt_enum_elt_def
source · [−]Fields
string_val: *const c_charsymbol_val: c_intTrait Implementations
sourceimpl Clone for relopt_enum_elt_def
impl Clone for relopt_enum_elt_def
sourcefn clone(&self) -> relopt_enum_elt_def
fn clone(&self) -> relopt_enum_elt_def
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 Debug for relopt_enum_elt_def
impl Debug for relopt_enum_elt_def
sourceimpl Default for relopt_enum_elt_def
impl Default for relopt_enum_elt_def
impl Copy for relopt_enum_elt_def
Auto Trait Implementations
impl RefUnwindSafe for relopt_enum_elt_def
impl !Send for relopt_enum_elt_def
impl !Sync for relopt_enum_elt_def
impl Unpin for relopt_enum_elt_def
impl UnwindSafe for relopt_enum_elt_def
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