[][src]Enum uckb_spec::blockchain::Bundled

pub enum Bundled {
    Secp256k1Blake160,
    Secp256k1Blake160MultiSig,
    Secp256k1Data,
    Dao,
}

Variants

Secp256k1Blake160
Secp256k1Blake160MultiSig
Secp256k1Data
Dao

Trait Implementations

impl Clone for Bundled[src]

impl Copy for Bundled[src]

impl Debug for Bundled[src]

impl Eq for Bundled[src]

impl FromStr for Bundled[src]

type Err = Error

The associated error which can be returned from parsing.

impl Hash for Bundled[src]

impl PartialEq<Bundled> for Bundled[src]

impl StructuralEq for Bundled[src]

impl StructuralPartialEq for Bundled[src]

impl<'_> TryFrom<&'_ str> for Bundled[src]

type Error = Error

The type returned in the event of a conversion error.

Auto Trait Implementations

impl RefUnwindSafe for Bundled

impl Send for Bundled

impl Sync for Bundled

impl Unpin for Bundled

impl UnwindSafe for Bundled

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,