pub struct SendBlocksProofBuilder { /* private fields */ }
Implementations§
Source§impl SendBlocksProofBuilder
impl SendBlocksProofBuilder
pub const FIELD_COUNT: usize = 4usize
pub fn last_header(self, v: VerifiableHeader) -> Self
pub fn proof(self, v: HeaderDigestVec) -> Self
pub fn headers(self, v: HeaderVec) -> Self
pub fn missing_block_hashes(self, v: Byte32Vec) -> Self
Trait Implementations§
Source§impl Builder for SendBlocksProofBuilder
impl Builder for SendBlocksProofBuilder
Source§impl Debug for SendBlocksProofBuilder
impl Debug for SendBlocksProofBuilder
Source§impl Default for SendBlocksProofBuilder
impl Default for SendBlocksProofBuilder
Source§fn default() -> SendBlocksProofBuilder
fn default() -> SendBlocksProofBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for SendBlocksProofBuilder
impl RefUnwindSafe for SendBlocksProofBuilder
impl Send for SendBlocksProofBuilder
impl Sync for SendBlocksProofBuilder
impl Unpin for SendBlocksProofBuilder
impl UnwindSafe for SendBlocksProofBuilder
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