pub struct WalletProcessPsbtResult {
    pub psbt: String,
    pub complete: bool,
}Expand description
Models the result of “walletprocesspsbt”
Fields§
§psbt: String§complete: boolTrait Implementations§
source§impl Clone for WalletProcessPsbtResult
 
impl Clone for WalletProcessPsbtResult
source§fn clone(&self) -> WalletProcessPsbtResult
 
fn clone(&self) -> WalletProcessPsbtResult
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for WalletProcessPsbtResult
 
impl Debug for WalletProcessPsbtResult
source§impl<'de> Deserialize<'de> for WalletProcessPsbtResult
 
impl<'de> Deserialize<'de> for WalletProcessPsbtResult
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for WalletProcessPsbtResult
 
impl PartialEq for WalletProcessPsbtResult
source§fn eq(&self, other: &WalletProcessPsbtResult) -> bool
 
fn eq(&self, other: &WalletProcessPsbtResult) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for WalletProcessPsbtResult
 
impl Serialize for WalletProcessPsbtResult
impl Eq for WalletProcessPsbtResult
impl StructuralPartialEq for WalletProcessPsbtResult
Auto Trait Implementations§
impl RefUnwindSafe for WalletProcessPsbtResult
impl Send for WalletProcessPsbtResult
impl Sync for WalletProcessPsbtResult
impl Unpin for WalletProcessPsbtResult
impl UnwindSafe for WalletProcessPsbtResult
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more