Struct pgrx_pg_sys::ExpandedObjectMethods
source · #[repr(C)]pub struct ExpandedObjectMethods {
pub get_flat_size: EOM_get_flat_size_method,
pub flatten_into: EOM_flatten_into_method,
}
Fields§
§get_flat_size: EOM_get_flat_size_method
§flatten_into: EOM_flatten_into_method
Trait Implementations§
source§impl Clone for ExpandedObjectMethods
impl Clone for ExpandedObjectMethods
source§fn clone(&self) -> ExpandedObjectMethods
fn clone(&self) -> ExpandedObjectMethods
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 ExpandedObjectMethods
impl Debug for ExpandedObjectMethods
source§impl Default for ExpandedObjectMethods
impl Default for ExpandedObjectMethods
source§fn default() -> ExpandedObjectMethods
fn default() -> ExpandedObjectMethods
Returns the “default value” for a type. Read more