Struct pgrx_pg_sys::WritebackContext
source · #[repr(C)]pub struct WritebackContext { /* private fields */ }
Trait Implementations§
source§impl Clone for WritebackContext
impl Clone for WritebackContext
source§fn clone(&self) -> WritebackContext
fn clone(&self) -> WritebackContext
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for WritebackContext
impl Debug for WritebackContext
impl Copy for WritebackContext
Auto Trait Implementations§
impl Freeze for WritebackContext
impl RefUnwindSafe for WritebackContext
impl Send for WritebackContext
impl Sync for WritebackContext
impl Unpin for WritebackContext
impl UnwindSafe for WritebackContext
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more