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