pub struct CheckoutSessionWalletOptions {
pub link: Option<CheckoutLinkWalletOptions>,
}Fields§
§link: Option<CheckoutLinkWalletOptions>Trait Implementations§
Source§impl Clone for CheckoutSessionWalletOptions
impl Clone for CheckoutSessionWalletOptions
Source§fn clone(&self) -> CheckoutSessionWalletOptions
fn clone(&self) -> CheckoutSessionWalletOptions
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 moreSource§impl Debug for CheckoutSessionWalletOptions
impl Debug for CheckoutSessionWalletOptions
Source§impl FromValueOpt for CheckoutSessionWalletOptions
impl FromValueOpt for CheckoutSessionWalletOptions
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for CheckoutSessionWalletOptions
impl PartialEq for CheckoutSessionWalletOptions
Source§fn eq(&self, other: &CheckoutSessionWalletOptions) -> bool
fn eq(&self, other: &CheckoutSessionWalletOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CheckoutSessionWalletOptions
impl StructuralPartialEq for CheckoutSessionWalletOptions
Auto Trait Implementations§
impl Freeze for CheckoutSessionWalletOptions
impl RefUnwindSafe for CheckoutSessionWalletOptions
impl Send for CheckoutSessionWalletOptions
impl Sync for CheckoutSessionWalletOptions
impl Unpin for CheckoutSessionWalletOptions
impl UnsafeUnpin for CheckoutSessionWalletOptions
impl UnwindSafe for CheckoutSessionWalletOptions
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