pub enum PubKeyHash {
Secp256k1Blake160([u8; 20]),
}Variants§
Implementations§
Trait Implementations§
Source§impl Debug for PubKeyHash
impl Debug for PubKeyHash
Auto Trait Implementations§
impl Freeze for PubKeyHash
impl RefUnwindSafe for PubKeyHash
impl Send for PubKeyHash
impl Sync for PubKeyHash
impl Unpin for PubKeyHash
impl UnwindSafe for PubKeyHash
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