Struct ethp2p::GetNodeData
source · [−]Expand description
A request for state tree nodes corresponding to the given hashes.
This message was removed in eth/67
, only clients running eth/66
or earlier will respond to
this message.
Tuple Fields
0: Vec<[u8; 32]>
Trait Implementations
sourceimpl Clone for GetNodeData
impl Clone for GetNodeData
sourcefn clone(&self) -> GetNodeData
fn clone(&self) -> GetNodeData
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 GetNodeData
impl Debug for GetNodeData
sourceimpl Encodable for GetNodeData
impl Encodable for GetNodeData
sourceimpl PartialEq<GetNodeData> for GetNodeData
impl PartialEq<GetNodeData> for GetNodeData
sourcefn eq(&self, other: &GetNodeData) -> bool
fn eq(&self, other: &GetNodeData) -> bool
impl Eq for GetNodeData
impl StructuralEq for GetNodeData
impl StructuralPartialEq for GetNodeData
Auto Trait Implementations
impl RefUnwindSafe for GetNodeData
impl Send for GetNodeData
impl Sync for GetNodeData
impl Unpin for GetNodeData
impl UnwindSafe for GetNodeData
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