[][src]Enum miniscript::Bare

pub enum Bare {}

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 Bare[src]

impl Debug for Bare[src]

impl Eq for Bare[src]

impl Ord for Bare[src]

impl PartialEq<Bare> for Bare[src]

impl PartialOrd<Bare> for Bare[src]

impl ScriptContext for Bare[src]

impl StructuralEq for Bare[src]

impl StructuralPartialEq for Bare[src]

Auto Trait Implementations

impl RefUnwindSafe for Bare

impl Send for Bare

impl Sync for Bare

impl Unpin for Bare

impl UnwindSafe for Bare

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.