pub struct BlocksBuilder {
pub slot: UInt64Builder,
pub hash: BinaryBuilder,
pub parent_slot: UInt64Builder,
pub parent_hash: BinaryBuilder,
pub height: UInt64Builder,
pub timestamp: Int64Builder,
}Expand description
Builder for constructing a Solana blocks RecordBatch row-by-row.
Fields§
§slot: UInt64Builder§hash: BinaryBuilder§parent_slot: UInt64Builder§parent_hash: BinaryBuilder§height: UInt64Builder§timestamp: Int64BuilderImplementations§
Source§impl BlocksBuilder
impl BlocksBuilder
Trait Implementations§
Source§impl Default for BlocksBuilder
impl Default for BlocksBuilder
Source§fn default() -> BlocksBuilder
fn default() -> BlocksBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BlocksBuilder
impl RefUnwindSafe for BlocksBuilder
impl Send for BlocksBuilder
impl Sync for BlocksBuilder
impl Unpin for BlocksBuilder
impl UnwindSafe for BlocksBuilder
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