pub struct SendBlocksProof(/* private fields */);
Implementations§
Source§impl SendBlocksProof
impl SendBlocksProof
pub const FIELD_COUNT: usize = 4usize
pub fn total_size(&self) -> usize
pub fn field_count(&self) -> usize
pub fn count_extra_fields(&self) -> usize
pub fn has_extra_fields(&self) -> bool
pub fn last_header(&self) -> VerifiableHeader
pub fn proof(&self) -> HeaderDigestVec
pub fn headers(&self) -> HeaderVec
pub fn missing_block_hashes(&self) -> Byte32Vec
pub fn as_reader<'r>(&'r self) -> SendBlocksProofReader<'r>
Trait Implementations§
Source§impl Clone for SendBlocksProof
impl Clone for SendBlocksProof
Source§fn clone(&self) -> SendBlocksProof
fn clone(&self) -> SendBlocksProof
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SendBlocksProof
impl Debug for SendBlocksProof
Source§impl Default for SendBlocksProof
impl Default for SendBlocksProof
Source§impl Display for SendBlocksProof
impl Display for SendBlocksProof
Source§impl Entity for SendBlocksProof
impl Entity for SendBlocksProof
const NAME: &'static str = "SendBlocksProof"
type Builder = SendBlocksProofBuilder
fn new_unchecked(data: Bytes) -> Self
fn as_bytes(&self) -> Bytes
fn as_slice(&self) -> &[u8] ⓘ
fn from_slice(slice: &[u8]) -> VerificationResult<Self>
fn from_compatible_slice(slice: &[u8]) -> VerificationResult<Self>
fn new_builder() -> Self::Builder
fn as_builder(self) -> Self::Builder
Source§impl From<SendBlocksProof> for LightClientMessageUnion
impl From<SendBlocksProof> for LightClientMessageUnion
Source§fn from(item: SendBlocksProof) -> Self
fn from(item: SendBlocksProof) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for SendBlocksProof
impl RefUnwindSafe for SendBlocksProof
impl Send for SendBlocksProof
impl Sync for SendBlocksProof
impl Unpin for SendBlocksProof
impl UnwindSafe for SendBlocksProof
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)