pub struct CreateCheckoutSessionWalletOptions {
pub link: Option<CreateCheckoutSessionWalletOptionsLink>,
}Expand description
Wallet-specific configuration.
Fields§
§link: Option<CreateCheckoutSessionWalletOptionsLink>contains details about the Link wallet options (Link is also known as Onelink in the UK).
Implementations§
Trait Implementations§
Source§impl Clone for CreateCheckoutSessionWalletOptions
impl Clone for CreateCheckoutSessionWalletOptions
Source§fn clone(&self) -> CreateCheckoutSessionWalletOptions
fn clone(&self) -> CreateCheckoutSessionWalletOptions
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 CreateCheckoutSessionWalletOptions
impl StructuralPartialEq for CreateCheckoutSessionWalletOptions
Auto Trait Implementations§
impl Freeze for CreateCheckoutSessionWalletOptions
impl RefUnwindSafe for CreateCheckoutSessionWalletOptions
impl Send for CreateCheckoutSessionWalletOptions
impl Sync for CreateCheckoutSessionWalletOptions
impl Unpin for CreateCheckoutSessionWalletOptions
impl UnsafeUnpin for CreateCheckoutSessionWalletOptions
impl UnwindSafe for CreateCheckoutSessionWalletOptions
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