pub struct GetBlocksProofBuilder { /* private fields */ }
Implementations§
Source§impl GetBlocksProofBuilder
impl GetBlocksProofBuilder
pub const FIELD_COUNT: usize = 2usize
pub fn last_hash(self, v: Byte32) -> GetBlocksProofBuilder
pub fn block_hashes(self, v: Byte32Vec) -> GetBlocksProofBuilder
Trait Implementations§
Source§impl Builder for GetBlocksProofBuilder
impl Builder for GetBlocksProofBuilder
Source§impl Debug for GetBlocksProofBuilder
impl Debug for GetBlocksProofBuilder
Source§impl Default for GetBlocksProofBuilder
impl Default for GetBlocksProofBuilder
Source§fn default() -> GetBlocksProofBuilder
fn default() -> GetBlocksProofBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for GetBlocksProofBuilder
impl RefUnwindSafe for GetBlocksProofBuilder
impl Send for GetBlocksProofBuilder
impl Sync for GetBlocksProofBuilder
impl Unpin for GetBlocksProofBuilder
impl UnwindSafe for GetBlocksProofBuilder
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