[][src]Enum miniscript::descriptor::WshInner

pub enum WshInner<Pk: MiniscriptKey> {
    SortedMulti(SortedMultiVec<Pk, Segwitv0>),
    Ms(Miniscript<Pk, Segwitv0>),
}

Wsh Inner

Variants

SortedMulti(SortedMultiVec<Pk, Segwitv0>)

Sorted Multi

Wsh Miniscript

Trait Implementations

impl<Pk: Clone + MiniscriptKey> Clone for WshInner<Pk>[src]

impl<Pk: Eq + MiniscriptKey> Eq for WshInner<Pk>[src]

impl<Pk: Ord + MiniscriptKey> Ord for WshInner<Pk>[src]

impl<Pk: PartialEq + MiniscriptKey> PartialEq<WshInner<Pk>> for WshInner<Pk>[src]

impl<Pk: PartialOrd + MiniscriptKey> PartialOrd<WshInner<Pk>> for WshInner<Pk>[src]

impl<Pk: MiniscriptKey> StructuralEq for WshInner<Pk>[src]

impl<Pk: MiniscriptKey> StructuralPartialEq for WshInner<Pk>[src]

Auto Trait Implementations

impl<Pk> RefUnwindSafe for WshInner<Pk> where
    Pk: RefUnwindSafe,
    <Pk as MiniscriptKey>::Hash: RefUnwindSafe
[src]

impl<Pk> Send for WshInner<Pk> where
    Pk: Send + Sync,
    <Pk as MiniscriptKey>::Hash: Send + Sync
[src]

impl<Pk> Sync for WshInner<Pk> where
    Pk: Send + Sync,
    <Pk as MiniscriptKey>::Hash: Send + Sync
[src]

impl<Pk> Unpin for WshInner<Pk> where
    Pk: Unpin,
    <Pk as MiniscriptKey>::Hash: Unpin
[src]

impl<Pk> UnwindSafe for WshInner<Pk> where
    Pk: RefUnwindSafe + UnwindSafe,
    <Pk as MiniscriptKey>::Hash: RefUnwindSafe + UnwindSafe
[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.