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