pub struct BlockExtV1Builder { /* private fields */ }
Implementations§
Source§impl BlockExtV1Builder
impl BlockExtV1Builder
pub const FIELD_COUNT: usize = 7usize
pub fn total_difficulty(self, v: Uint256) -> BlockExtV1Builder
pub fn total_uncles_count(self, v: Uint64) -> BlockExtV1Builder
pub fn received_at(self, v: Uint64) -> BlockExtV1Builder
pub fn txs_fees(self, v: Uint64Vec) -> BlockExtV1Builder
pub fn verified(self, v: BoolOpt) -> BlockExtV1Builder
pub fn cycles(self, v: Uint64VecOpt) -> BlockExtV1Builder
pub fn txs_sizes(self, v: Uint64VecOpt) -> BlockExtV1Builder
Trait Implementations§
Source§impl Builder for BlockExtV1Builder
impl Builder for BlockExtV1Builder
Source§impl Debug for BlockExtV1Builder
impl Debug for BlockExtV1Builder
Source§impl Default for BlockExtV1Builder
impl Default for BlockExtV1Builder
Source§fn default() -> BlockExtV1Builder
fn default() -> BlockExtV1Builder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for BlockExtV1Builder
impl RefUnwindSafe for BlockExtV1Builder
impl Send for BlockExtV1Builder
impl Sync for BlockExtV1Builder
impl Unpin for BlockExtV1Builder
impl UnwindSafe for BlockExtV1Builder
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