[][src]Struct exonum_btc_anchoring::btc::InputSignature

pub struct InputSignature(pub InputSignature);

Bitcoin input signature wrapper.

Trait Implementations

impl AsRef<InputSignature> for InputSignature[src]

impl BinaryValue for InputSignature[src]

impl Clone for InputSignature[src]

impl Debug for InputSignature[src]

impl<'de> Deserialize<'de> for InputSignature[src]

impl Display for InputSignature[src]

impl From<InputSignature> for InputSignature[src]

impl From<InputSignature> for InputSignature[src]

impl From<InputSignature> for Vec<u8>[src]

impl FromHex for InputSignature[src]

type Error = Error

impl FromStr for InputSignature[src]

type Err = Error

The associated error which can be returned from parsing.

impl LowerHex for InputSignature[src]

impl ObjectHash for InputSignature[src]

impl PartialEq<InputSignature> for InputSignature[src]

impl ProtobufConvert for InputSignature[src]

type ProtoStruct = InputSignature

Type generated from the Protobuf definition.

impl Serialize for InputSignature[src]

impl StructuralPartialEq for InputSignature[src]

impl ToHex for InputSignature[src]

Auto Trait Implementations

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> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

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

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

impl<T> ToHex for T where
    T: AsRef<[u8]>, 
[src]

impl<T> ToHex for T where
    T: LowerHex
[src]

fn to_hex(&self) -> String[src]

Outputs the hash in hexadecimal form

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

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

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<T> Typeable for T where
    T: Any

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