pub struct ClusterPayPaymentRequestRes {
pub pubkey: String,
pub payment_error: Option<String>,
pub payment_preimage: Option<String>,
pub payment_route: Option<Route>,
pub payment_hash: Option<String>,
}
Fields§
§pubkey: String
§payment_error: Option<String>
§payment_preimage: Option<String>
§payment_route: Option<Route>
§payment_hash: Option<String>
Trait Implementations§
Source§impl Clone for ClusterPayPaymentRequestRes
impl Clone for ClusterPayPaymentRequestRes
Source§fn clone(&self) -> ClusterPayPaymentRequestRes
fn clone(&self) -> ClusterPayPaymentRequestRes
Returns a duplicate 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 ClusterPayPaymentRequestRes
impl Debug for ClusterPayPaymentRequestRes
Source§impl<'de> Deserialize<'de> for ClusterPayPaymentRequestRes
impl<'de> Deserialize<'de> for ClusterPayPaymentRequestRes
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
Auto Trait Implementations§
impl Freeze for ClusterPayPaymentRequestRes
impl RefUnwindSafe for ClusterPayPaymentRequestRes
impl Send for ClusterPayPaymentRequestRes
impl Sync for ClusterPayPaymentRequestRes
impl Unpin for ClusterPayPaymentRequestRes
impl UnwindSafe for ClusterPayPaymentRequestRes
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