pub struct LogsBuilder {
pub block_slot: UInt64Builder,
pub block_hash: BinaryBuilder,
pub transaction_index: UInt32Builder,
pub log_index: UInt32Builder,
pub instruction_address: ListBuilder<UInt32Builder>,
pub program_id: BinaryBuilder,
pub kind: StringBuilder,
pub message: StringBuilder,
}Fields§
§block_slot: UInt64Builder§block_hash: BinaryBuilder§transaction_index: UInt32Builder§log_index: UInt32Builder§instruction_address: ListBuilder<UInt32Builder>§program_id: BinaryBuilder§kind: StringBuilder§message: StringBuilderImplementations§
Source§impl LogsBuilder
impl LogsBuilder
pub fn finish(self) -> RecordBatch
Trait Implementations§
Source§impl Default for LogsBuilder
impl Default for LogsBuilder
Source§fn default() -> LogsBuilder
fn default() -> LogsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LogsBuilder
impl RefUnwindSafe for LogsBuilder
impl Send for LogsBuilder
impl Sync for LogsBuilder
impl Unpin for LogsBuilder
impl UnwindSafe for LogsBuilder
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