pub struct EthInfo {
pub version: u64,
}
Expand description
Represents a short summary of the eth
sub-protocol metadata known about a connected peer
See geth’s ethPeerInfo
struct
for how these fields are determined.
Fields§
§version: u64
The negotiated eth version.
Trait Implementations§
source§impl<'de> Deserialize<'de> for EthInfo
impl<'de> Deserialize<'de> for EthInfo
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for EthInfo
impl Eq for EthInfo
impl StructuralPartialEq for EthInfo
Auto Trait Implementations§
impl Freeze for EthInfo
impl RefUnwindSafe for EthInfo
impl Send for EthInfo
impl Sync for EthInfo
impl Unpin for EthInfo
impl UnwindSafe for EthInfo
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)