Struct pgrx_pg_sys::Tuplestorestate
source · #[repr(C)]pub struct Tuplestorestate { /* private fields */ }
Trait Implementations§
source§impl Clone for Tuplestorestate
impl Clone for Tuplestorestate
source§fn clone(&self) -> Tuplestorestate
fn clone(&self) -> Tuplestorestate
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 Tuplestorestate
impl Debug for Tuplestorestate
impl Copy for Tuplestorestate
Auto Trait Implementations§
impl Freeze for Tuplestorestate
impl RefUnwindSafe for Tuplestorestate
impl Send for Tuplestorestate
impl Sync for Tuplestorestate
impl Unpin for Tuplestorestate
impl UnwindSafe for Tuplestorestate
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