pub struct GetBlockTxn {
pub txs_request: BlockTransactionsRequest,
}Expand description
getblocktxn message
Fields§
§txs_request: BlockTransactionsRequestThe block transactions request.
Trait Implementations§
Source§impl Clone for GetBlockTxn
impl Clone for GetBlockTxn
Source§fn clone(&self) -> GetBlockTxn
fn clone(&self) -> GetBlockTxn
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 moreSource§impl Debug for GetBlockTxn
impl Debug for GetBlockTxn
Source§impl Decodable for GetBlockTxn
impl Decodable for GetBlockTxn
Source§fn consensus_decode_from_finite_reader<R>(
r: &mut R,
) -> Result<GetBlockTxn, Error>
fn consensus_decode_from_finite_reader<R>( r: &mut R, ) -> Result<GetBlockTxn, Error>
Decode
Self from a size-limited reader. Read moreSource§fn consensus_decode<R>(r: &mut R) -> Result<GetBlockTxn, Error>
fn consensus_decode<R>(r: &mut R) -> Result<GetBlockTxn, Error>
Decode an object with a well-defined format. Read more
Source§impl Encodable for GetBlockTxn
impl Encodable for GetBlockTxn
Source§impl Hash for GetBlockTxn
impl Hash for GetBlockTxn
Source§impl Ord for GetBlockTxn
impl Ord for GetBlockTxn
Source§fn cmp(&self, other: &GetBlockTxn) -> Ordering
fn cmp(&self, other: &GetBlockTxn) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GetBlockTxn
impl PartialEq for GetBlockTxn
Source§impl PartialOrd for GetBlockTxn
impl PartialOrd for GetBlockTxn
impl Eq for GetBlockTxn
impl StructuralPartialEq for GetBlockTxn
Auto Trait Implementations§
impl Freeze for GetBlockTxn
impl RefUnwindSafe for GetBlockTxn
impl Send for GetBlockTxn
impl Sync for GetBlockTxn
impl Unpin for GetBlockTxn
impl UnwindSafe for GetBlockTxn
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