pub struct BlockExtV1Builder { /* private fields */ }
Implementations§
Source§impl BlockExtV1Builder
impl BlockExtV1Builder
pub const FIELD_COUNT: usize = 7usize
pub fn total_difficulty(self, v: Uint256) -> Self
pub fn total_uncles_count(self, v: Uint64) -> Self
pub fn received_at(self, v: Uint64) -> Self
pub fn txs_fees(self, v: Uint64Vec) -> Self
pub fn verified(self, v: BoolOpt) -> Self
pub fn cycles(self, v: Uint64VecOpt) -> Self
pub fn txs_sizes(self, v: Uint64VecOpt) -> Self
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