#[repr(C)]pub struct PLpgSQL_func_hashkey {
pub funcOid: Oid,
pub isTrigger: bool,
pub isEventTrigger: bool,
pub trigOid: Oid,
pub inputCollation: Oid,
pub argtypes: [Oid; 100],
}
Fields§
§funcOid: Oid
§isTrigger: bool
§isEventTrigger: bool
§trigOid: Oid
§inputCollation: Oid
§argtypes: [Oid; 100]
Trait Implementations§
Source§impl Clone for PLpgSQL_func_hashkey
impl Clone for PLpgSQL_func_hashkey
Source§fn clone(&self) -> PLpgSQL_func_hashkey
fn clone(&self) -> PLpgSQL_func_hashkey
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 PLpgSQL_func_hashkey
impl Debug for PLpgSQL_func_hashkey
Source§impl Default for PLpgSQL_func_hashkey
impl Default for PLpgSQL_func_hashkey
impl Copy for PLpgSQL_func_hashkey
Auto Trait Implementations§
impl Freeze for PLpgSQL_func_hashkey
impl RefUnwindSafe for PLpgSQL_func_hashkey
impl Send for PLpgSQL_func_hashkey
impl Sync for PLpgSQL_func_hashkey
impl Unpin for PLpgSQL_func_hashkey
impl UnwindSafe for PLpgSQL_func_hashkey
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