Struct pgrx_pg_sys::OutputPluginOptions
source · #[repr(C)]pub struct OutputPluginOptions {
pub output_type: OutputPluginOutputType,
pub receive_rewrites: bool,
}
Fields§
§output_type: OutputPluginOutputType
§receive_rewrites: bool
Trait Implementations§
source§impl Clone for OutputPluginOptions
impl Clone for OutputPluginOptions
source§fn clone(&self) -> OutputPluginOptions
fn clone(&self) -> OutputPluginOptions
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 more