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