pub enum PaymentPagesCheckoutSessionBrandingSettingsBorderStyle {
Pill,
Rectangular,
Rounded,
}
Expand description
The border style for the Checkout Session. Must be one of rounded
, rectangular
, or pill
.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PaymentPagesCheckoutSessionBrandingSettingsBorderStyle
impl Clone for PaymentPagesCheckoutSessionBrandingSettingsBorderStyle
Source§fn clone(&self) -> PaymentPagesCheckoutSessionBrandingSettingsBorderStyle
fn clone(&self) -> PaymentPagesCheckoutSessionBrandingSettingsBorderStyle
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 FromValueOpt for PaymentPagesCheckoutSessionBrandingSettingsBorderStyle
impl FromValueOpt for PaymentPagesCheckoutSessionBrandingSettingsBorderStyle
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for PaymentPagesCheckoutSessionBrandingSettingsBorderStyle
impl PartialEq for PaymentPagesCheckoutSessionBrandingSettingsBorderStyle
Source§fn eq(
&self,
other: &PaymentPagesCheckoutSessionBrandingSettingsBorderStyle,
) -> bool
fn eq( &self, other: &PaymentPagesCheckoutSessionBrandingSettingsBorderStyle, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for PaymentPagesCheckoutSessionBrandingSettingsBorderStyle
impl Eq for PaymentPagesCheckoutSessionBrandingSettingsBorderStyle
impl StructuralPartialEq for PaymentPagesCheckoutSessionBrandingSettingsBorderStyle
Auto Trait Implementations§
impl Freeze for PaymentPagesCheckoutSessionBrandingSettingsBorderStyle
impl RefUnwindSafe for PaymentPagesCheckoutSessionBrandingSettingsBorderStyle
impl Send for PaymentPagesCheckoutSessionBrandingSettingsBorderStyle
impl Sync for PaymentPagesCheckoutSessionBrandingSettingsBorderStyle
impl Unpin for PaymentPagesCheckoutSessionBrandingSettingsBorderStyle
impl UnwindSafe for PaymentPagesCheckoutSessionBrandingSettingsBorderStyle
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