Enum SinglePubKey
pub enum SinglePubKey {
FullKey(PublicKey),
XOnly(XOnlyPublicKey),
}
Expand description
Single public key without any origin or range information.
Variants§
FullKey(PublicKey)
A bitcoin public key (compressed or uncompressed).
XOnly(XOnlyPublicKey)
An xonly public key.
Trait Implementations§
§impl Clone for SinglePubKey
impl Clone for SinglePubKey
§fn clone(&self) -> SinglePubKey
fn clone(&self) -> SinglePubKey
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 more§impl Debug for SinglePubKey
impl Debug for SinglePubKey
§impl Hash for SinglePubKey
impl Hash for SinglePubKey
§impl Ord for SinglePubKey
impl Ord for SinglePubKey
§impl PartialEq for SinglePubKey
impl PartialEq for SinglePubKey
§impl PartialOrd for SinglePubKey
impl PartialOrd for SinglePubKey
impl Eq for SinglePubKey
impl StructuralPartialEq for SinglePubKey
Auto Trait Implementations§
impl Freeze for SinglePubKey
impl RefUnwindSafe for SinglePubKey
impl Send for SinglePubKey
impl Sync for SinglePubKey
impl Unpin for SinglePubKey
impl UnwindSafe for SinglePubKey
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more