#[repr(C)]
pub struct LogicalDecodingContext {
Show 22 fields pub context: MemoryContext, pub slot: *mut ReplicationSlot, pub reader: *mut XLogReaderState, pub reorder: *mut ReorderBuffer, pub snapshot_builder: *mut SnapBuild, pub fast_forward: bool, pub end_xact: bool, pub callbacks: OutputPluginCallbacks, pub options: OutputPluginOptions, pub output_plugin_options: *mut List, pub prepare_write: LogicalOutputPluginWriterPrepareWrite, pub write: LogicalOutputPluginWriterWrite, pub update_progress: LogicalOutputPluginWriterUpdateProgress, pub out: StringInfo, pub output_plugin_private: *mut c_void, pub output_writer_private: *mut c_void, pub streaming: bool, pub twophase: bool, pub accept_writes: bool, pub prepared_write: bool, pub write_location: XLogRecPtr, pub write_xid: TransactionId,
}

Fields

context: MemoryContextslot: *mut ReplicationSlotreader: *mut XLogReaderStatereorder: *mut ReorderBuffersnapshot_builder: *mut SnapBuildfast_forward: boolend_xact: boolcallbacks: OutputPluginCallbacksoptions: OutputPluginOptionsoutput_plugin_options: *mut Listprepare_write: LogicalOutputPluginWriterPrepareWritewrite: LogicalOutputPluginWriterWriteupdate_progress: LogicalOutputPluginWriterUpdateProgressout: StringInfooutput_plugin_private: *mut c_voidoutput_writer_private: *mut c_voidstreaming: booltwophase: boolaccept_writes: boolprepared_write: boolwrite_location: XLogRecPtrwrite_xid: TransactionId

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more