[−][src]Struct pgx_pg_sys::ExtensibleNodeMethods
Fields
extnodename: *const c_charnode_size: SizenodeCopy: Option<unsafe extern "C" fn(newnode: *mut ExtensibleNode, oldnode: *const ExtensibleNode)>nodeEqual: Option<unsafe extern "C" fn(a: *const ExtensibleNode, b: *const ExtensibleNode) -> bool>nodeOut: Option<unsafe extern "C" fn(str_: *mut StringInfoData, node: *const ExtensibleNode)>nodeRead: Option<unsafe extern "C" fn(node: *mut ExtensibleNode)>Trait Implementations
impl Clone for ExtensibleNodeMethods[src]
pub fn clone(&self) -> ExtensibleNodeMethods[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ExtensibleNodeMethods[src]
impl Debug for ExtensibleNodeMethods[src]
impl Default for ExtensibleNodeMethods[src]
Auto Trait Implementations
impl RefUnwindSafe for ExtensibleNodeMethods[src]
impl !Send for ExtensibleNodeMethods[src]
impl !Sync for ExtensibleNodeMethods[src]
impl Unpin for ExtensibleNodeMethods[src]
impl UnwindSafe for ExtensibleNodeMethods[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,