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