pub struct CoinType(/* private fields */);Expand description
A coin type.
Values are defined in SLIP-44.
Implementations§
Trait Implementations§
impl Copy for CoinType
impl Eq for CoinType
impl StructuralPartialEq for CoinType
Auto Trait Implementations§
impl Freeze for CoinType
impl RefUnwindSafe for CoinType
impl Send for CoinType
impl Sync for CoinType
impl Unpin for CoinType
impl UnwindSafe for CoinType
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