Enum miniscript::SigType
source · pub enum SigType {
Ecdsa,
Schnorr,
}
Expand description
Signature algorithm type
Variants§
Trait Implementations§
source§impl Ord for SigType
impl Ord for SigType
source§impl PartialEq<SigType> for SigType
impl PartialEq<SigType> for SigType
source§impl PartialOrd<SigType> for SigType
impl PartialOrd<SigType> for SigType
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for SigType
impl Eq for SigType
impl StructuralEq for SigType
impl StructuralPartialEq for SigType
Auto Trait Implementations§
impl RefUnwindSafe for SigType
impl Send for SigType
impl Sync for SigType
impl Unpin for SigType
impl UnwindSafe for SigType
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