Struct elements_miniscript::extensions::Spk
source · pub struct Spk(_);
Expand description
Wrapper around elements::Script
for representing script pubkeys
Implementations§
Trait Implementations§
source§impl ArgFromStr for Spk
impl ArgFromStr for Spk
source§impl From<Spk> for CovExtArgs
impl From<Spk> for CovExtArgs
source§impl Ord for Spk
impl Ord for Spk
source§impl PartialOrd<Spk> for Spk
impl PartialOrd<Spk> for Spk
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 Spk
impl StructuralEq for Spk
impl StructuralPartialEq for Spk
Auto Trait Implementations§
impl RefUnwindSafe for Spk
impl Send for Spk
impl Sync for Spk
impl Unpin for Spk
impl UnwindSafe for Spk
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