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