#[repr(u8)]pub enum WIFPrefix {
Mainnet = 128,
Testnet = 239,
}
Expand description
WIF network prefix byte
Variants§
Implementations§
Trait Implementations§
Source§impl IntoEnumIterator for WIFPrefix
impl IntoEnumIterator for WIFPrefix
type Iterator = WIFPrefixIter
fn iter() -> WIFPrefixIter ⓘ
impl Copy for WIFPrefix
impl Eq for WIFPrefix
impl StructuralPartialEq for WIFPrefix
Auto Trait Implementations§
impl Freeze for WIFPrefix
impl RefUnwindSafe for WIFPrefix
impl Send for WIFPrefix
impl Sync for WIFPrefix
impl Unpin for WIFPrefix
impl UnwindSafe for WIFPrefix
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