Struct bitcoin::util::psbt::raw::Pair [−][src]
A PSBT key-value pair in its raw byte form.
Fields
key: Key
The key of this key-value pair.
value: Vec<u8>
The value of this key-value pair in raw byte form.
Trait Implementations
impl<'de> Deserialize<'de> for Pair
[src]
impl<'de> Deserialize<'de> for Pair
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl StructuralPartialEq for Pair
[src]
Auto Trait Implementations
impl RefUnwindSafe for Pair
impl Send for Pair
impl Sync for Pair
impl Unpin for Pair
impl UnwindSafe for Pair
Blanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,