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