pub enum SourceAllowRedisplay {
Always,
Limited,
Unspecified,
}
Expand description
This field indicates whether this payment method can be shown again to its customer in a checkout flow. Stripe products such as Checkout and Elements use this field to determine whether a payment method can be shown as a saved payment method in a checkout flow. The field defaults to “unspecified”.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SourceAllowRedisplay
impl Clone for SourceAllowRedisplay
Source§fn clone(&self) -> SourceAllowRedisplay
fn clone(&self) -> SourceAllowRedisplay
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 SourceAllowRedisplay
impl Debug for SourceAllowRedisplay
Source§impl Deserialize for SourceAllowRedisplay
impl Deserialize for SourceAllowRedisplay
Source§impl Display for SourceAllowRedisplay
impl Display for SourceAllowRedisplay
Source§impl FromStr for SourceAllowRedisplay
impl FromStr for SourceAllowRedisplay
Source§impl FromValueOpt for SourceAllowRedisplay
impl FromValueOpt for SourceAllowRedisplay
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for SourceAllowRedisplay
impl PartialEq for SourceAllowRedisplay
impl Copy for SourceAllowRedisplay
impl Eq for SourceAllowRedisplay
impl StructuralPartialEq for SourceAllowRedisplay
Auto Trait Implementations§
impl Freeze for SourceAllowRedisplay
impl RefUnwindSafe for SourceAllowRedisplay
impl Send for SourceAllowRedisplay
impl Sync for SourceAllowRedisplay
impl Unpin for SourceAllowRedisplay
impl UnwindSafe for SourceAllowRedisplay
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