Enum sapio_miniscript::BareCtx[][src]

pub enum BareCtx {}

Bare ScriptContext To be used as raw script pubkeys In general, it is not recommended to use Bare descriptors as they as strongly limited by standardness policies.

Trait Implementations

impl Clone for BareCtx[src]

impl Debug for BareCtx[src]

impl Eq for BareCtx[src]

impl Hash for BareCtx[src]

impl Ord for BareCtx[src]

impl PartialEq<BareCtx> for BareCtx[src]

impl PartialOrd<BareCtx> for BareCtx[src]

impl ScriptContext for BareCtx[src]

impl StructuralEq for BareCtx[src]

impl StructuralPartialEq for BareCtx[src]

Auto Trait Implementations

impl RefUnwindSafe for BareCtx

impl Send for BareCtx

impl Sync for BareCtx

impl Unpin for BareCtx

impl UnwindSafe for BareCtx

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.