pub struct PsbtBase64(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl Debug for PsbtBase64
impl Debug for PsbtBase64
Source§impl<'de> Deserialize<'de> for PsbtBase64
impl<'de> Deserialize<'de> for PsbtBase64
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 From<String> for PsbtBase64
impl From<String> for PsbtBase64
Source§impl From<WalletProcessPsbtResponse> for PsbtBase64
impl From<WalletProcessPsbtResponse> for PsbtBase64
Source§fn from(processed_psbt: WalletProcessPsbtResponse) -> Self
fn from(processed_psbt: WalletProcessPsbtResponse) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PsbtBase64
impl RefUnwindSafe for PsbtBase64
impl Send for PsbtBase64
impl Sync for PsbtBase64
impl Unpin for PsbtBase64
impl UnwindSafe for PsbtBase64
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