pub enum PaymentPagesCheckoutSessionBrandingSettingsLogoType {
File,
Url,
}
Expand description
The type of image for the logo. Must be one of file
or url
.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PaymentPagesCheckoutSessionBrandingSettingsLogoType
impl Clone for PaymentPagesCheckoutSessionBrandingSettingsLogoType
Source§fn clone(&self) -> PaymentPagesCheckoutSessionBrandingSettingsLogoType
fn clone(&self) -> PaymentPagesCheckoutSessionBrandingSettingsLogoType
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 PaymentPagesCheckoutSessionBrandingSettingsLogoType
impl FromValueOpt for PaymentPagesCheckoutSessionBrandingSettingsLogoType
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for PaymentPagesCheckoutSessionBrandingSettingsLogoType
impl PartialEq for PaymentPagesCheckoutSessionBrandingSettingsLogoType
Source§fn eq(
&self,
other: &PaymentPagesCheckoutSessionBrandingSettingsLogoType,
) -> bool
fn eq( &self, other: &PaymentPagesCheckoutSessionBrandingSettingsLogoType, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for PaymentPagesCheckoutSessionBrandingSettingsLogoType
impl Eq for PaymentPagesCheckoutSessionBrandingSettingsLogoType
impl StructuralPartialEq for PaymentPagesCheckoutSessionBrandingSettingsLogoType
Auto Trait Implementations§
impl Freeze for PaymentPagesCheckoutSessionBrandingSettingsLogoType
impl RefUnwindSafe for PaymentPagesCheckoutSessionBrandingSettingsLogoType
impl Send for PaymentPagesCheckoutSessionBrandingSettingsLogoType
impl Sync for PaymentPagesCheckoutSessionBrandingSettingsLogoType
impl Unpin for PaymentPagesCheckoutSessionBrandingSettingsLogoType
impl UnwindSafe for PaymentPagesCheckoutSessionBrandingSettingsLogoType
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