Struct pgx_pg_sys::memoize_hash
source · [−]#[repr(C)]pub struct memoize_hash {
pub _address: u8,
}Fields
_address: u8Trait Implementations
sourceimpl Clone for memoize_hash
impl Clone for memoize_hash
sourcefn clone(&self) -> memoize_hash
fn clone(&self) -> memoize_hash
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 memoize_hash
impl Debug for memoize_hash
sourceimpl Default for memoize_hash
impl Default for memoize_hash
sourcefn 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 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
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