pub struct GetBlockTransactions {
pub block_hash: BlockHash,
pub indices: Vec<u16>,
}Expand description
A request for missing transactions from a compact block.
Fields§
§block_hash: BlockHashHash of the block.
indices: Vec<u16>Indices of requested transactions.
Trait Implementations§
Source§impl Clone for GetBlockTransactions
impl Clone for GetBlockTransactions
Source§fn clone(&self) -> GetBlockTransactions
fn clone(&self) -> GetBlockTransactions
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for GetBlockTransactions
impl RefUnwindSafe for GetBlockTransactions
impl Send for GetBlockTransactions
impl Sync for GetBlockTransactions
impl Unpin for GetBlockTransactions
impl UnsafeUnpin for GetBlockTransactions
impl UnwindSafe for GetBlockTransactions
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