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 · 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>
Auto Trait Implementations§
impl Freeze for CheckoutSessionWalletOptions
impl RefUnwindSafe for CheckoutSessionWalletOptions
impl Send for CheckoutSessionWalletOptions
impl Sync for CheckoutSessionWalletOptions
impl Unpin 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