Struct elements_miniscript::extensions::CsfsKey
source · pub struct CsfsKey(pub XOnlyPublicKey);Expand description
Wrapper around XOnlyKeys used in CheckSigfromstack
Tuple Fields§
§0: XOnlyPublicKeyTrait Implementations§
source§impl ArgFromStr for CsfsKey
impl ArgFromStr for CsfsKey
source§impl From<CsfsKey> for CovExtArgs
impl From<CsfsKey> for CovExtArgs
source§impl Ord for CsfsKey
impl Ord for CsfsKey
source§impl PartialEq for CsfsKey
impl PartialEq for CsfsKey
source§impl PartialOrd for CsfsKey
impl PartialOrd for CsfsKey
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 Eq for CsfsKey
impl StructuralPartialEq for CsfsKey
Auto Trait Implementations§
impl RefUnwindSafe for CsfsKey
impl Send for CsfsKey
impl Sync for CsfsKey
impl Unpin for CsfsKey
impl UnwindSafe for CsfsKey
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