pub struct GetBlocksProofBuilder { /* private fields */ }Implementations§
Source§impl GetBlocksProofBuilder
impl GetBlocksProofBuilder
pub const FIELD_COUNT: usize = 2usize
pub fn last_hash<T>(self, v: T) -> GetBlocksProofBuilder
pub fn block_hashes<T>(self, v: T) -> GetBlocksProofBuilder
Trait Implementations§
Source§impl Builder for GetBlocksProofBuilder
impl Builder for GetBlocksProofBuilder
Source§impl Clone for GetBlocksProofBuilder
impl Clone for GetBlocksProofBuilder
Source§fn clone(&self) -> GetBlocksProofBuilder
fn clone(&self) -> GetBlocksProofBuilder
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)