pub struct BitcoinCash;Trait Implementations§
Source§impl BitcoinNetwork for BitcoinCash
impl BitcoinNetwork for BitcoinCash
Source§fn to_address_prefix(format: BitcoinFormat) -> Result<Prefix, AddressError>
fn to_address_prefix(format: BitcoinFormat) -> Result<Prefix, AddressError>
Returns the address prefix of the given network.
Source§fn from_address_prefix(prefix: Prefix) -> Result<Self, AddressError>
fn from_address_prefix(prefix: Prefix) -> Result<Self, AddressError>
Returns the network of the given address prefix.
Source§impl Clone for BitcoinCash
impl Clone for BitcoinCash
Source§fn clone(&self) -> BitcoinCash
fn clone(&self) -> BitcoinCash
Returns a copy 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 BitcoinCash
impl Debug for BitcoinCash
Source§impl Display for BitcoinCash
impl Display for BitcoinCash
Source§impl FromStr for BitcoinCash
impl FromStr for BitcoinCash
Source§impl Hash for BitcoinCash
impl Hash for BitcoinCash
Source§impl Ord for BitcoinCash
impl Ord for BitcoinCash
Source§fn cmp(&self, other: &BitcoinCash) -> Ordering
fn cmp(&self, other: &BitcoinCash) -> 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 BitcoinCash
impl PartialEq for BitcoinCash
Source§impl PartialOrd for BitcoinCash
impl PartialOrd for BitcoinCash
Source§impl Serialize for BitcoinCash
impl Serialize for BitcoinCash
impl Copy for BitcoinCash
impl Eq for BitcoinCash
impl StructuralPartialEq for BitcoinCash
Auto Trait Implementations§
impl Freeze for BitcoinCash
impl RefUnwindSafe for BitcoinCash
impl Send for BitcoinCash
impl Sync for BitcoinCash
impl Unpin for BitcoinCash
impl UnwindSafe for BitcoinCash
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)