Struct ethp2p::GetPooledTransactions
source · [−]Expand description
A list of transaction hashes that the peer would like transaction bodies for.
Tuple Fields
0: Vec<[u8; 32]>
The transaction hashes to request transaction bodies for.
Trait Implementations
sourceimpl Clone for GetPooledTransactions
impl Clone for GetPooledTransactions
sourcefn clone(&self) -> GetPooledTransactions
fn clone(&self) -> GetPooledTransactions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetPooledTransactions
impl Debug for GetPooledTransactions
sourceimpl Decodable for GetPooledTransactions
impl Decodable for GetPooledTransactions
sourceimpl Encodable for GetPooledTransactions
impl Encodable for GetPooledTransactions
sourceimpl PartialEq<GetPooledTransactions> for GetPooledTransactions
impl PartialEq<GetPooledTransactions> for GetPooledTransactions
sourcefn eq(&self, other: &GetPooledTransactions) -> bool
fn eq(&self, other: &GetPooledTransactions) -> bool
impl Eq for GetPooledTransactions
impl StructuralEq for GetPooledTransactions
impl StructuralPartialEq for GetPooledTransactions
Auto Trait Implementations
impl RefUnwindSafe for GetPooledTransactions
impl Send for GetPooledTransactions
impl Sync for GetPooledTransactions
impl Unpin for GetPooledTransactions
impl UnwindSafe for GetPooledTransactions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more