pub struct BalancesBuilder {
pub block_slot: UInt64Builder,
pub block_hash: BinaryBuilder,
pub transaction_index: UInt32Builder,
pub account: BinaryBuilder,
pub pre: UInt64Builder,
pub post: UInt64Builder,
}Expand description
Builder for constructing a Solana balances RecordBatch row-by-row.
Fields§
§block_slot: UInt64Builder§block_hash: BinaryBuilder§transaction_index: UInt32Builder§account: BinaryBuilder§pre: UInt64Builder§post: UInt64BuilderImplementations§
Trait Implementations§
Source§impl Default for BalancesBuilder
impl Default for BalancesBuilder
Source§fn default() -> BalancesBuilder
fn default() -> BalancesBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BalancesBuilder
impl RefUnwindSafe for BalancesBuilder
impl Send for BalancesBuilder
impl Sync for BalancesBuilder
impl Unpin for BalancesBuilder
impl UnwindSafe for BalancesBuilder
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