Struct ethp2p::GetReceipts
source · [−]Expand description
A request for transaction receipts from the given block hashes.
Tuple Fields
0: Vec<[u8; 32]>
The block hashes to request receipts for.
Trait Implementations
sourceimpl Clone for GetReceipts
impl Clone for GetReceipts
sourcefn clone(&self) -> GetReceipts
fn clone(&self) -> GetReceipts
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 GetReceipts
impl Debug for GetReceipts
sourceimpl Encodable for GetReceipts
impl Encodable for GetReceipts
sourceimpl PartialEq<GetReceipts> for GetReceipts
impl PartialEq<GetReceipts> for GetReceipts
sourcefn eq(&self, other: &GetReceipts) -> bool
fn eq(&self, other: &GetReceipts) -> bool
impl Eq for GetReceipts
impl StructuralEq for GetReceipts
impl StructuralPartialEq for GetReceipts
Auto Trait Implementations
impl RefUnwindSafe for GetReceipts
impl Send for GetReceipts
impl Sync for GetReceipts
impl Unpin for GetReceipts
impl UnwindSafe for GetReceipts
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