pub enum QrPaymentResult {
Onchain {
txid: Txid,
},
Bolt11 {
payment_id: PaymentId,
},
Bolt12 {
payment_id: PaymentId,
},
}Expand description
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QrPaymentResult
impl RefUnwindSafe for QrPaymentResult
impl Send for QrPaymentResult
impl Sync for QrPaymentResult
impl Unpin for QrPaymentResult
impl UnwindSafe for QrPaymentResult
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