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