pub struct OnchainIncomingPaymentOptions {
pub quote_id: QuoteId,
}Expand description
Options for creating an onchain incoming payment request
Fields§
§quote_id: QuoteIdQuote ID for the incoming payment
Trait Implementations§
Source§impl Clone for OnchainIncomingPaymentOptions
impl Clone for OnchainIncomingPaymentOptions
Source§fn clone(&self) -> OnchainIncomingPaymentOptions
fn clone(&self) -> OnchainIncomingPaymentOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for OnchainIncomingPaymentOptions
Source§impl Hash for OnchainIncomingPaymentOptions
impl Hash for OnchainIncomingPaymentOptions
Source§impl PartialEq for OnchainIncomingPaymentOptions
impl PartialEq for OnchainIncomingPaymentOptions
Source§fn eq(&self, other: &OnchainIncomingPaymentOptions) -> bool
fn eq(&self, other: &OnchainIncomingPaymentOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OnchainIncomingPaymentOptions
Auto Trait Implementations§
impl Freeze for OnchainIncomingPaymentOptions
impl RefUnwindSafe for OnchainIncomingPaymentOptions
impl Send for OnchainIncomingPaymentOptions
impl Sync for OnchainIncomingPaymentOptions
impl Unpin for OnchainIncomingPaymentOptions
impl UnsafeUnpin for OnchainIncomingPaymentOptions
impl UnwindSafe for OnchainIncomingPaymentOptions
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