pub struct SendLastStateProof(/* private fields */);
Implementations§
Source§impl SendLastStateProof
impl SendLastStateProof
pub const FIELD_COUNT: usize = 3usize
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) -> VerifiableHeaderVec
pub fn as_reader<'r>(&'r self) -> SendLastStateProofReader<'r>
Trait Implementations§
Source§impl Clone for SendLastStateProof
impl Clone for SendLastStateProof
Source§fn clone(&self) -> SendLastStateProof
fn clone(&self) -> SendLastStateProof
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 SendLastStateProof
impl Debug for SendLastStateProof
Source§impl Default for SendLastStateProof
impl Default for SendLastStateProof
Source§fn default() -> SendLastStateProof
fn default() -> SendLastStateProof
Returns the “default value” for a type. Read more
Source§impl Display for SendLastStateProof
impl Display for SendLastStateProof
Source§impl Entity for SendLastStateProof
impl Entity for SendLastStateProof
const NAME: &'static str = "SendLastStateProof"
type Builder = SendLastStateProofBuilder
fn new_unchecked(data: Bytes) -> SendLastStateProof
fn as_bytes(&self) -> Bytes
fn as_slice(&self) -> &[u8] ⓘ
fn from_slice(slice: &[u8]) -> Result<SendLastStateProof, VerificationError>
fn from_compatible_slice( slice: &[u8], ) -> Result<SendLastStateProof, VerificationError>
fn new_builder() -> <SendLastStateProof as Entity>::Builder
fn as_builder(self) -> <SendLastStateProof as Entity>::Builder
Source§impl From<SendLastStateProof> for LightClientMessageUnion
impl From<SendLastStateProof> for LightClientMessageUnion
Source§fn from(item: SendLastStateProof) -> LightClientMessageUnion
fn from(item: SendLastStateProof) -> LightClientMessageUnion
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for SendLastStateProof
impl RefUnwindSafe for SendLastStateProof
impl Send for SendLastStateProof
impl Sync for SendLastStateProof
impl Unpin for SendLastStateProof
impl UnwindSafe for SendLastStateProof
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
)