pub struct SetpsbtversionRequest {
pub psbt: String,
pub version: u32,
}Fields§
§psbt: String§version: u32Trait Implementations§
Source§impl Clone for SetpsbtversionRequest
impl Clone for SetpsbtversionRequest
Source§fn clone(&self) -> SetpsbtversionRequest
fn clone(&self) -> SetpsbtversionRequest
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 SetpsbtversionRequest
impl Debug for SetpsbtversionRequest
Source§impl<'de> Deserialize<'de> for SetpsbtversionRequest
impl<'de> Deserialize<'de> for SetpsbtversionRequest
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<SetpsbtversionRequest> for Request
impl From<SetpsbtversionRequest> for Request
Source§fn from(r: SetpsbtversionRequest) -> Self
fn from(r: SetpsbtversionRequest) -> Self
Converts to this type from the input type.
Source§impl Serialize for SetpsbtversionRequest
impl Serialize for SetpsbtversionRequest
Source§impl TypedRequest for SetpsbtversionRequest
impl TypedRequest for SetpsbtversionRequest
Auto Trait Implementations§
impl Freeze for SetpsbtversionRequest
impl RefUnwindSafe for SetpsbtversionRequest
impl Send for SetpsbtversionRequest
impl Sync for SetpsbtversionRequest
impl Unpin for SetpsbtversionRequest
impl UnwindSafe for SetpsbtversionRequest
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