Struct pgx_pg_sys::JitContext
source · [−]#[repr(C)]pub struct JitContext {
pub _address: u8,
}Fields
_address: u8Trait Implementations
sourceimpl Clone for JitContext
impl Clone for JitContext
sourcefn clone(&self) -> JitContext
fn clone(&self) -> JitContext
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 JitContext
impl Debug for JitContext
sourceimpl Default for JitContext
impl Default for JitContext
sourcefn default() -> JitContext
fn default() -> JitContext
Returns the “default value” for a type. Read more
impl Copy for JitContext
Auto Trait Implementations
impl RefUnwindSafe for JitContext
impl Send for JitContext
impl Sync for JitContext
impl Unpin for JitContext
impl UnwindSafe for JitContext
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