pub struct EthereumClassic;Expand description
Represents an ETC mainnet
Trait Implementations§
Source§impl Clone for EthereumClassic
impl Clone for EthereumClassic
Source§fn clone(&self) -> EthereumClassic
fn clone(&self) -> EthereumClassic
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EthereumClassic
impl Debug for EthereumClassic
Source§impl Display for EthereumClassic
impl Display for EthereumClassic
Source§impl EthereumNetwork for EthereumClassic
impl EthereumNetwork for EthereumClassic
Source§impl FromStr for EthereumClassic
impl FromStr for EthereumClassic
Source§impl Hash for EthereumClassic
impl Hash for EthereumClassic
Source§impl Ord for EthereumClassic
impl Ord for EthereumClassic
Source§fn cmp(&self, other: &EthereumClassic) -> Ordering
fn cmp(&self, other: &EthereumClassic) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EthereumClassic
impl PartialEq for EthereumClassic
Source§impl PartialOrd for EthereumClassic
impl PartialOrd for EthereumClassic
Source§impl Serialize for EthereumClassic
impl Serialize for EthereumClassic
impl Copy for EthereumClassic
impl Eq for EthereumClassic
impl StructuralPartialEq for EthereumClassic
Auto Trait Implementations§
impl Freeze for EthereumClassic
impl RefUnwindSafe for EthereumClassic
impl Send for EthereumClassic
impl Sync for EthereumClassic
impl Unpin for EthereumClassic
impl UnwindSafe for EthereumClassic
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