Struct pgx_pg_sys::tuplehash_iterator
source · [−]Fields
cur: uint32end: uint32done: boolTrait Implementations
sourceimpl Clone for tuplehash_iterator
impl Clone for tuplehash_iterator
sourcefn clone(&self) -> tuplehash_iterator
fn clone(&self) -> tuplehash_iterator
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 tuplehash_iterator
impl Debug for tuplehash_iterator
sourceimpl Default for tuplehash_iterator
impl Default for tuplehash_iterator
sourcefn default() -> tuplehash_iterator
fn default() -> tuplehash_iterator
Returns the “default value” for a type. Read more
impl Copy for tuplehash_iterator
Auto Trait Implementations
impl RefUnwindSafe for tuplehash_iterator
impl Send for tuplehash_iterator
impl Sync for tuplehash_iterator
impl Unpin for tuplehash_iterator
impl UnwindSafe for tuplehash_iterator
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