Struct ethcore_network::client_version::ParityClientData
source · [−]pub struct ParityClientData { /* private fields */ }
Expand description
Description of the software version running in a peer according to https://github.com/ethereum/wiki/wiki/Client-Version-Strings This structure as it is represents the format used by Parity clients. Other vendors may provide additional fields.
Trait Implementations
sourceimpl Clone for ParityClientData
impl Clone for ParityClientData
sourcefn clone(&self) -> ParityClientData
fn clone(&self) -> ParityClientData
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 more
sourceimpl Debug for ParityClientData
impl Debug for ParityClientData
sourceimpl PartialEq<ParityClientData> for ParityClientData
impl PartialEq<ParityClientData> for ParityClientData
sourcefn eq(&self, other: &ParityClientData) -> bool
fn eq(&self, other: &ParityClientData) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ParityClientData) -> bool
fn ne(&self, other: &ParityClientData) -> bool
This method tests for !=
.
sourceimpl Serialize for ParityClientData
impl Serialize for ParityClientData
impl Eq for ParityClientData
impl StructuralEq for ParityClientData
impl StructuralPartialEq for ParityClientData
Auto Trait Implementations
impl RefUnwindSafe for ParityClientData
impl Send for ParityClientData
impl Sync for ParityClientData
impl Unpin for ParityClientData
impl UnwindSafe for ParityClientData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more