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