Struct ethers_providers::admin::SnapInfo
source · pub struct SnapInfo {
pub version: u64,
}Expand description
Represents a short summary of the snap sub-protocol metadata known about a connected peer.
See geth’s snapPeerInfo
struct
for how these fields are determined.
Fields§
§version: u64The negotiated snap version.
Trait Implementations§
source§impl<'de> Deserialize<'de> for SnapInfo
impl<'de> Deserialize<'de> for SnapInfo
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
source§impl PartialEq for SnapInfo
impl PartialEq for SnapInfo
impl Eq for SnapInfo
impl StructuralEq for SnapInfo
impl StructuralPartialEq for SnapInfo
Auto Trait Implementations§
impl RefUnwindSafe for SnapInfo
impl Send for SnapInfo
impl Sync for SnapInfo
impl Unpin for SnapInfo
impl UnwindSafe for SnapInfo
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
§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
§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
Compare self to
key and return true if they are equal.