pub struct KeyID { /* private fields */ }Expand description
| A reference to a CKey: the Hash160 of | its serialized public key |
Trait Implementations§
impl Eq for KeyID
impl StructuralPartialEq for KeyID
Auto Trait Implementations§
impl Freeze for KeyID
impl RefUnwindSafe for KeyID
impl Send for KeyID
impl Sync for KeyID
impl Unpin for KeyID
impl UnwindSafe for KeyID
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> CallHasher for T
impl<T> CallHasher for T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.