Struct pgx_pg_sys::ConfigVariable
source · [−]#[repr(C)]pub struct ConfigVariable {
pub name: *mut c_char,
pub value: *mut c_char,
pub errmsg: *mut c_char,
pub filename: *mut c_char,
pub sourceline: c_int,
pub ignore: bool,
pub applied: bool,
pub next: *mut ConfigVariable,
}Fields
name: *mut c_charvalue: *mut c_charerrmsg: *mut c_charfilename: *mut c_charsourceline: c_intignore: boolapplied: boolnext: *mut ConfigVariableTrait Implementations
sourceimpl Clone for ConfigVariable
impl Clone for ConfigVariable
sourcefn clone(&self) -> ConfigVariable
fn clone(&self) -> ConfigVariable
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 ConfigVariable
impl Debug for ConfigVariable
sourceimpl Default for ConfigVariable
impl Default for ConfigVariable
impl Copy for ConfigVariable
Auto Trait Implementations
impl RefUnwindSafe for ConfigVariable
impl !Send for ConfigVariable
impl !Sync for ConfigVariable
impl Unpin for ConfigVariable
impl UnwindSafe for ConfigVariable
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