pub enum PubkeyType {
ECDSA,
Schnorr,
}
Variants§
Trait Implementations§
Source§impl Clone for PubkeyType
impl Clone for PubkeyType
Source§fn clone(&self) -> PubkeyType
fn clone(&self) -> PubkeyType
Returns a duplicate 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 moreSource§impl Debug for PubkeyType
impl Debug for PubkeyType
Source§impl PartialEq for PubkeyType
impl PartialEq for PubkeyType
impl Eq for PubkeyType
impl StructuralPartialEq for PubkeyType
Auto Trait Implementations§
impl Freeze for PubkeyType
impl RefUnwindSafe for PubkeyType
impl Send for PubkeyType
impl Sync for PubkeyType
impl Unpin for PubkeyType
impl UnwindSafe for PubkeyType
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